rubocop-rails_config 1.3.0 → 1.4.0
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 +1 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 222be97df48b8865219e750cefdb0035859983a59d3362a02d06ec3f4d69613a
|
4
|
+
data.tar.gz: a415ed5cf995e19e6e54ac833480f20db76fddb46fd93b475e6f29476f14c731
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5406e308bdc5e86efe017b44880159d968fae49fdcbc396048210fdc284ec6b3048bbbc7dbcd440e9945dc9a37ce96d50cf22920620b7cbeaff986b389b18099
|
7
|
+
data.tar.gz: 469d8082e1b1040f2a0a0557a1508278ec20071661fa7bacea8d069d6f693ec077f1aa9b7ebb095c54c41f306947715eee740c0196b051706c064858fdc29aff
|
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/
|
8
|
+
[Official RoR RuboCop Configuration](https://github.com/rails/rails/blob/main/.rubocop.yml)
|
9
9
|
|
10
10
|
## Installation
|
11
11
|
|
data/config/rails.yml
CHANGED
@@ -20,8 +20,7 @@ AllCops:
|
|
20
20
|
- '**/node_modules/**/*'
|
21
21
|
# Additional exclude files by rubocop-rails_config
|
22
22
|
- 'bin/**/*'
|
23
|
-
- '
|
24
|
-
- 'db/**/*'
|
23
|
+
- 'db/schema.rb'
|
25
24
|
|
26
25
|
Performance:
|
27
26
|
Exclude:
|
@@ -94,9 +93,6 @@ Layout/EmptyLinesAroundModuleBody:
|
|
94
93
|
Style/HashSyntax:
|
95
94
|
Enabled: true
|
96
95
|
|
97
|
-
Layout/FirstArgumentIndentation:
|
98
|
-
Enabled: true
|
99
|
-
|
100
96
|
# Method definitions after `private` or `protected` isolated calls need one
|
101
97
|
# extra level of indentation.
|
102
98
|
Layout/IndentationConsistency:
|
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
|
+
version: 1.4.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-
|
12
|
+
date: 2021-04-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rubocop
|