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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +3 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d0fc8d1912efadb52fbd72bd442d4044af43cf2b11ad218895683b4754e4d13
4
- data.tar.gz: 4528271ba46bcd41a9bbe2f6c8223804f9fcebb9575f6a7093f2dfd26637471a
3
+ metadata.gz: 473ea35bc92a58802982d563c5a8596fb5875498411a1fb47827dc44fce9cee6
4
+ data.tar.gz: 791331267511468c25812b1031c657d1f771800b5f92c5235ae26aa76b228112
5
5
  SHA512:
6
- metadata.gz: 5f17b0f4ddcd3c1976744ec835a63a0da1356e4b4aba91c442b7964e90b01445ab5553bdb39739951463ca069f83fdb9107e979d0ed8249f754f4489c24d4f20
7
- data.tar.gz: 759412684fc51041b60b24f980a1f72aa81b83a50f6f14e3732f989f00f78e3b2909aa74cfc59133d7cf35113e2f607315ef354efbaa5a181e66862967efee1a
6
+ metadata.gz: b817c838169f632e57a7c815d343264e0c1fbc0cae0b310ff0640eb66c80281ad32e53e776cb7de7208cb4bc1fae6b585eb1a288e42a104012e035758c6e31ef
7
+ data.tar.gz: c6a0c40db1bb8fb5e6eb90a5aefc95971c2ec84373d7e6a8dc6d9493c7ba532e345c45583776091df9893abbb3c437cb0b0aaec69dea35407ef9d09d6120f3da
@@ -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.1
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-04-20 00:00:00.000000000 Z
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: []