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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rails.yml +6 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 15edfd7923b422bfd0999f73117f97bd991a196f21a924f03c20fd8542be9784
4
- data.tar.gz: 5dcc7191d01ee739b7fbaa921dccdf33552f70c802f87f8ea79c58daabae5c38
3
+ metadata.gz: f8f9dfa5e3a7d086bfb147c5cf4cafb8524bc7710b742ecf6dc9504c0268cab2
4
+ data.tar.gz: 50686b3e54cadfcfdc97e671fb900e202ad227b7539b3bdf67317fe8b2da9fde
5
5
  SHA512:
6
- metadata.gz: 01aff55ae5ddaf6638eb12c3b0ee9622f5a0d726e301176e312ce0f5d3e8f0394877acf6514924f518fc209f07c8acecc794900ce8593495e9007bedd47184ff
7
- data.tar.gz: cfcdf97015f9e1503ae834fa482ab0627be533aa231598714189201f467c23fc40415aa3b61c1dde3769d995f63d4a8a5395328d99ece80dd8c82f99ed0a67e1
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.7.4
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: 2021-10-03 00:00:00.000000000 Z
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.2.22
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