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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/config/rails.yml +1 -5
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d79ab8f66b74861f30dd222eaadc3cf17a95752b0d97228f79eb3f2a3a59b565
4
- data.tar.gz: 928456f81f2b1242d304c4c90814a05ed54c6c4dbcef56b877546f2efadf4652
3
+ metadata.gz: 222be97df48b8865219e750cefdb0035859983a59d3362a02d06ec3f4d69613a
4
+ data.tar.gz: a415ed5cf995e19e6e54ac833480f20db76fddb46fd93b475e6f29476f14c731
5
5
  SHA512:
6
- metadata.gz: 2abe83fa6d2554f5ba53d81d932c9747a1ee3b745a0dc99410a90be1d3429f1e888171970de601e55f4d7b93d3ca981738e411ce6aaa9e76ae8e0866d7061b2f
7
- data.tar.gz: a8f2675cd03706590eb60aac9545e87b3eb5e2f683625c91fcd4d98ab9667788bdaab44c92baa1042da0746e8a4431dc431950901c5fa94a0467933c47466007
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/master/.rubocop.yml)
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
- - 'config/**/*'
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.3.0
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-02-10 00:00:00.000000000 Z
12
+ date: 2021-04-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rubocop