rubocop-rails_config 0.4.3 → 0.4.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/config/rails.yml +9 -0
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 73ef38d51a171b723a50c673154287e99082cae2f20ef6c35f36dc28fdb98c62
4
- data.tar.gz: 5867157a4fd46b301cf85cdc25f7275cb22a02f7fd579f743aad88d5ef46df0f
3
+ metadata.gz: 730a3017325bbfb8b2ca1d475967d56b8a2b710a66b61e81aa90411a9e92aaf2
4
+ data.tar.gz: 899ef36fa1975fcce50e9925b8ef353f271861d74b58574983abaa79dbcf6467
5
5
  SHA512:
6
- metadata.gz: d1fce74936a5f0d6f3627b211a870db1add346430d08518b2f9a78adfae1f354c774575923de9663b1c6be59cc04ccb773f51cf2f22702c4a21950bc5807d33c
7
- data.tar.gz: 60370fc1ccac50895976c3889d6268660449ec8dc681a02436d809dc77ed0ab5ff6887cc37aa91404124a3c50569a281ff352b64a4cbfd904449bb4e650f6b6b
6
+ metadata.gz: 7a1d141c22cb926cfe203cc2975c43e6c946936ef274c08b66c75f41b314a9c441f5a0faf6eee25baf1450671fac83301f001fc0567e602bd47522bfec0f726b
7
+ data.tar.gz: 8204439eea4c9f90949171f42b10f54c7fc0d808a37e3bb8f1f81e7eb2047e07ebb037ffb17c56ad0fb2d3bc6a65409022b54a78fc72e9787d7448c5002d14b5
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  RuboCop configuration which has the same code style checking as official Ruby on Rails.
7
7
 
8
- [Official RoR Rubocop Configuration](https://github.com/rails/rails/blob/master/.rubocop.yml)
8
+ [Official RoR RuboCop Configuration](https://github.com/rails/rails/blob/master/.rubocop.yml)
9
9
 
10
10
  ## Installation
11
11
 
data/config/rails.yml CHANGED
@@ -181,6 +181,12 @@ Layout/TrailingWhitespace:
181
181
  Style/UnneededPercentQ:
182
182
  Enabled: true
183
183
 
184
+ Lint/AmbiguousOperator:
185
+ Enabled: true
186
+
187
+ Lint/AmbiguousRegexpLiteral:
188
+ Enabled: true
189
+
184
190
  Lint/ErbNewArguments:
185
191
  Enabled: true
186
192
 
@@ -239,5 +245,8 @@ Performance/EndWith:
239
245
  Performance/RegexpMatch:
240
246
  Enabled: true
241
247
 
248
+ Performance/ReverseEach:
249
+ Enabled: true
250
+
242
251
  Performance/UnfreezeString:
243
252
  Enabled: true
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rails_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
8
+ - Koichi ITO
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2019-02-03 00:00:00.000000000 Z
12
+ date: 2019-03-19 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rubocop