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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/config/rails.yml +9 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 730a3017325bbfb8b2ca1d475967d56b8a2b710a66b61e81aa90411a9e92aaf2
|
4
|
+
data.tar.gz: 899ef36fa1975fcce50e9925b8ef353f271861d74b58574983abaa79dbcf6467
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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-
|
12
|
+
date: 2019-03-19 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: rubocop
|