rubocop-rails_config 1.7.2 → 1.8.0

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 +3 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ebbec0e9970e5584279b1c604b140851854c11ca247fe589c5fb54757f155409
4
- data.tar.gz: 5d98272fa5e92eb689fb5dd3627a1f3671a96325d296f73ade76a2a90d803b9a
3
+ metadata.gz: 2ed0bb6b6c303cbf0185a0f3737e22054a3e88505ecea5fe844c00e9465655c0
4
+ data.tar.gz: 7086567d71c0eff5997f2eaa59607bd32783e90bdadf7813c579b91b97c9042b
5
5
  SHA512:
6
- metadata.gz: ac1d506d4bf69a6717d2a1b0576506658620aafe40cb818d59e238adcc9bfe2d248b2043dc24c3b5f5b42caa434a9665d90c51476d0cbef144503d8d41d78817
7
- data.tar.gz: 2eb54875f662a14dc300a5b0ce0eb8fa4055d32d9552f9525f74b9548f99faa51929435a4440e48e8288ec15526cea143c8ac0f22131a1064ccc2deb8a192e59
6
+ metadata.gz: 804a8dc341fe3c62339ec41ec163c246c6cf9bc33445fe8d2062ece41f56c6fdab41c928e228a62d4244ac604621076111b39ac03924684fe39db9e09d0a8f03
7
+ data.tar.gz: f7883a7ab668764b73adc77555692898d5642d62927a0da411c717d981f9b1f5ad989c590bec792bc89a4882fed1c86164f009a2ea84d89b66d5f25064788371
data/config/rails.yml CHANGED
@@ -210,6 +210,9 @@ 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
 
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.2
4
+ version: 1.8.0
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-09-07 00:00:00.000000000 Z
12
+ date: 2021-12-26 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