rubocop-rails_config 1.7.4 → 1.8.2
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 +6 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f8f9dfa5e3a7d086bfb147c5cf4cafb8524bc7710b742ecf6dc9504c0268cab2
|
4
|
+
data.tar.gz: 50686b3e54cadfcfdc97e671fb900e202ad227b7539b3bdf67317fe8b2da9fde
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78dfc6ade23c9ae8f9ad39c91f3327f63cd9c20374443880dce3cd8d0e876693bd4ce9382c50bf3db912fe8a38bab9122cae063a181af609daf45fdc3a05f40a
|
7
|
+
data.tar.gz: 00423c6ad5452cc1f0f61a1d14b558250491b453dd6db0eddbde368e523bedaa5ef0d515bbb77dad48cb3c56f9b1d466f5d8bf6400ff6949feec7f68b513ed95
|
data/config/rails.yml
CHANGED
@@ -210,9 +210,15 @@ Lint/AmbiguousRegexpLiteral:
|
|
210
210
|
Lint/DuplicateRequire:
|
211
211
|
Enabled: true
|
212
212
|
|
213
|
+
Lint/DuplicateMethods:
|
214
|
+
Enabled: true
|
215
|
+
|
213
216
|
Lint/ErbNewArguments:
|
214
217
|
Enabled: true
|
215
218
|
|
219
|
+
Lint/EnsureReturn:
|
220
|
+
Enabled: true
|
221
|
+
|
216
222
|
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
|
217
223
|
Lint/RequireParentheses:
|
218
224
|
Enabled: true
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-rails_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.8.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Toshimaru
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
- !ruby/object:Gem::Version
|
141
141
|
version: '0'
|
142
142
|
requirements: []
|
143
|
-
rubygems_version: 3.
|
143
|
+
rubygems_version: 3.3.3
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: RuboCop configuration which has the same code style checking as official
|