rubocop-springest 0.7.1 → 0.7.2
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 +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 473ea35bc92a58802982d563c5a8596fb5875498411a1fb47827dc44fce9cee6
|
4
|
+
data.tar.gz: 791331267511468c25812b1031c657d1f771800b5f92c5235ae26aa76b228112
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b817c838169f632e57a7c815d343264e0c1fbc0cae0b310ff0640eb66c80281ad32e53e776cb7de7208cb4bc1fae6b585eb1a288e42a104012e035758c6e31ef
|
7
|
+
data.tar.gz: c6a0c40db1bb8fb5e6eb90a5aefc95971c2ec84373d7e6a8dc6d9493c7ba532e345c45583776091df9893abbb3c437cb0b0aaec69dea35407ef9d09d6120f3da
|
data/config/default.yml
CHANGED
@@ -105,6 +105,9 @@ Layout/DotPosition:
|
|
105
105
|
Layout/BlockAlignment:
|
106
106
|
Enabled: true
|
107
107
|
|
108
|
+
Lint/BinaryOperatorWithIdenticalOperands:
|
109
|
+
Enabled: true
|
110
|
+
|
108
111
|
Lint/CircularArgumentReference:
|
109
112
|
Enabled: true
|
110
113
|
|
@@ -186,9 +189,6 @@ Lint/RedundantSplatExpansion:
|
|
186
189
|
Lint/UnreachableCode:
|
187
190
|
Enabled: true
|
188
191
|
|
189
|
-
Lint/UselessComparison:
|
190
|
-
Enabled: true
|
191
|
-
|
192
192
|
Lint/UselessSetterCall:
|
193
193
|
Enabled: true
|
194
194
|
|
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.7.
|
4
|
+
version: 0.7.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mark Mulder
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -138,7 +138,7 @@ homepage: https://github.com/springest/rubocop-springest
|
|
138
138
|
licenses:
|
139
139
|
- MIT
|
140
140
|
metadata: {}
|
141
|
-
post_install_message:
|
141
|
+
post_install_message:
|
142
142
|
rdoc_options: []
|
143
143
|
require_paths:
|
144
144
|
- lib
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
154
154
|
version: '0'
|
155
155
|
requirements: []
|
156
156
|
rubygems_version: 3.0.3
|
157
|
-
signing_key:
|
157
|
+
signing_key:
|
158
158
|
specification_version: 4
|
159
159
|
summary: RuboCop Springest
|
160
160
|
test_files: []
|