rubocop-springest 0.6.9 → 0.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/config/default.yml +4 -4
- data/config/rails.yml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d70fa18f01f87102b2793dd4a42a7e57ca3904ef
|
4
|
+
data.tar.gz: 3d4aed06cc53f32c06f7b35bdf0e7bba2b146254
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ab215c94132e62f964f7fc6959173460303720f543f403fa0ec3aac740d629370fd82e4782c02b11d8f84a0c3dfdb415c493686478ea96de5ef9e9f6f90cece
|
7
|
+
data.tar.gz: 760e14d81e212e1a52c4d0daf42fa1e45149249a7eeab61d8c90f92aad51cee62ee6a4cbd76a86d8470fb071a6972ab6c5c0fcbba2303566ee8a660764c5968f
|
data/config/default.yml
CHANGED
@@ -56,7 +56,7 @@ Layout/SpaceInsideRangeLiteral:
|
|
56
56
|
Layout/Tab:
|
57
57
|
Enabled: true
|
58
58
|
|
59
|
-
Layout/
|
59
|
+
Layout/TrailingEmptyLines:
|
60
60
|
Enabled: true
|
61
61
|
|
62
62
|
Layout/TrailingWhitespace:
|
@@ -123,7 +123,7 @@ Lint/DeprecatedClassMethods:
|
|
123
123
|
Lint/DuplicateMethods:
|
124
124
|
Enabled: true
|
125
125
|
|
126
|
-
Lint/
|
126
|
+
Lint/DuplicateHashKey:
|
127
127
|
Enabled: true
|
128
128
|
|
129
129
|
Lint/EachWithObjectArgument:
|
@@ -171,7 +171,7 @@ Lint/RequireParentheses:
|
|
171
171
|
Lint/RescueException:
|
172
172
|
Enabled: true
|
173
173
|
|
174
|
-
Lint/
|
174
|
+
Lint/RedundantStringCoercion:
|
175
175
|
Enabled: true
|
176
176
|
|
177
177
|
Lint/UnderscorePrefixedVariableName:
|
@@ -201,7 +201,7 @@ Lint/AmbiguousOperator:
|
|
201
201
|
Lint/AmbiguousRegexpLiteral:
|
202
202
|
Enabled: true
|
203
203
|
|
204
|
-
Lint/
|
204
|
+
Lint/SuppressedException:
|
205
205
|
Enabled: true
|
206
206
|
|
207
207
|
Lint/NestedMethodDefinition:
|
data/config/rails.yml
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-springest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Mulder
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-12-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|