rubocop-rails_config 1.4.3 → 1.5.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 +3 -3
- data/config/rails.yml +9 -0
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c841a013e09105a01dfa6e1ba98a05f235c236e4c5129eebb2596f9126ac8b59
|
4
|
+
data.tar.gz: 013dffd4e32fe9d5782e52ff7cb0602290196ce4bfe3b570292e9a6b30b45461
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81ec958ec11c8919ee461b722faa57054ef47123b68d8ea373f71af60a6b78c0ddc9bd4989e6f3c49ce898343aa3e3e0bfa711a745d55b34e5301ec01d243413
|
7
|
+
data.tar.gz: 5e36664b8cdbf5996051c50f2ba5e773fa64720df63cf48d485013613802d0b1ed2b6d2cd992a7ee4f378c1e19d272fa75923ed76b693193fce357f9fac42fe0
|
data/README.md
CHANGED
@@ -35,7 +35,7 @@ $ rails generate rubocop_rails_config:install
|
|
35
35
|
|
36
36
|
### TargetRubyVersion
|
37
37
|
|
38
|
-
Although Rails 7 (edge) only supports Ruby 2.7 or more, rubocop-rails_config still supports Ruby 2.
|
38
|
+
Although Rails 7 (edge) only supports Ruby 2.7 or more, rubocop-rails_config still supports Ruby 2.5 or more to support as many Ruby versions as possible.
|
39
39
|
|
40
40
|
If you'd like to change `TargetRubyVersion`, see [Customization](#customization).
|
41
41
|
|
@@ -76,10 +76,10 @@ inherit_gem:
|
|
76
76
|
|
77
77
|
# Override Setting
|
78
78
|
AllCops:
|
79
|
-
TargetRubyVersion:
|
79
|
+
TargetRubyVersion: 3.0
|
80
80
|
```
|
81
81
|
|
82
|
-
This overrides `config/rails.yml` setting with `TargetRubyVersion:
|
82
|
+
This overrides `config/rails.yml` setting with `TargetRubyVersion: 3.0`.
|
83
83
|
|
84
84
|
## License
|
85
85
|
|
data/config/rails.yml
CHANGED
@@ -65,6 +65,9 @@ Layout/EndAlignment:
|
|
65
65
|
EnforcedStyleAlignWith: variable
|
66
66
|
AutoCorrect: true
|
67
67
|
|
68
|
+
Layout/EndOfLine:
|
69
|
+
Enabled: true
|
70
|
+
|
68
71
|
Layout/EmptyLineAfterMagicComment:
|
69
72
|
Enabled: true
|
70
73
|
|
@@ -255,6 +258,12 @@ Performance/BindCall:
|
|
255
258
|
Performance/FlatMap:
|
256
259
|
Enabled: true
|
257
260
|
|
261
|
+
Performance/MapCompact:
|
262
|
+
Enabled: true
|
263
|
+
|
264
|
+
Performance/SelectMap:
|
265
|
+
Enabled: true
|
266
|
+
|
258
267
|
Performance/RedundantMerge:
|
259
268
|
Enabled: true
|
260
269
|
|
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
|
4
|
+
version: 1.5.4
|
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-
|
12
|
+
date: 2021-06-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|
@@ -17,14 +17,14 @@ dependencies:
|
|
17
17
|
requirements:
|
18
18
|
- - ">="
|
19
19
|
- !ruby/object:Gem::Version
|
20
|
-
version: '1.
|
20
|
+
version: '1.13'
|
21
21
|
type: :runtime
|
22
22
|
prerelease: false
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
24
24
|
requirements:
|
25
25
|
- - ">="
|
26
26
|
- !ruby/object:Gem::Version
|
27
|
-
version: '1.
|
27
|
+
version: '1.13'
|
28
28
|
- !ruby/object:Gem::Dependency
|
29
29
|
name: rubocop-ast
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - "~>"
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: '1.
|
48
|
+
version: '1.11'
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - "~>"
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: '1.
|
55
|
+
version: '1.11'
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: rubocop-rails
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -119,7 +119,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
119
|
requirements:
|
120
120
|
- - ">="
|
121
121
|
- !ruby/object:Gem::Version
|
122
|
-
version: 2.
|
122
|
+
version: 2.5.0
|
123
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
124
|
requirements:
|
125
125
|
- - ">="
|