rubocop-codetakt 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/rails.yml +1 -1
- data/config/rubocop.yml +7 -7
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b56ce2513fb13a5063ff35726a15e6ade6078ac5
|
4
|
+
data.tar.gz: 8c39902a6c5dc87a51c1cc90af71be1a1fd3efae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e2df4e477c248af1d60918efbbc5b59849ee4ac660e8ab23d4458afa9a75a5e5e94a4056a2facaaf79f68f4f004eb290bf743da512c3969d07549a6cc176aa5f
|
7
|
+
data.tar.gz: 9c70b1b66fbae0d67d442e16d51eb6221996a42b0ade137d89a7ef10b4e08971fe229c5ddbc737ca391d7d31d413bf6d462293606134b6f12e4aad10e3991127
|
data/config/rails.yml
CHANGED
data/config/rubocop.yml
CHANGED
@@ -2,6 +2,13 @@ inherit_gem:
|
|
2
2
|
onkcop:
|
3
3
|
- config/rubocop.yml
|
4
4
|
|
5
|
+
Layout/DotPosition:
|
6
|
+
EnforcedStyle: leading
|
7
|
+
|
8
|
+
Layout/MultilineMethodCallIndentation:
|
9
|
+
EnforcedStyle: indented
|
10
|
+
IndentationWidth: 2
|
11
|
+
|
5
12
|
Metrics/AbcSize:
|
6
13
|
Max: 30
|
7
14
|
|
@@ -14,16 +21,9 @@ Metrics/MethodLength:
|
|
14
21
|
Metrics/PerceivedComplexity:
|
15
22
|
Max: 10
|
16
23
|
|
17
|
-
Style/DotPosition:
|
18
|
-
EnforcedStyle: leading
|
19
|
-
|
20
24
|
Style/MethodCalledOnDoEndBlock:
|
21
25
|
Enabled: false
|
22
26
|
|
23
|
-
Style/MultilineMethodCallIndentation:
|
24
|
-
EnforcedStyle: indented
|
25
|
-
IndentationWidth: 2
|
26
|
-
|
27
27
|
Style/StringLiterals:
|
28
28
|
EnforcedStyle: single_quotes
|
29
29
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-codetakt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- codeTakt
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: onkcop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.52.1.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.52.1.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: bundler
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
version: '0'
|
85
85
|
requirements: []
|
86
86
|
rubyforge_project:
|
87
|
-
rubygems_version: 2.
|
87
|
+
rubygems_version: 2.6.11
|
88
88
|
signing_key:
|
89
89
|
specification_version: 4
|
90
90
|
summary: codeTakt's Ruby convention using RuboCop.
|