rubocop-rails_config 1.17.0 → 1.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/rails.yml +3 -3
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6116e9e82f29f16f619c68c78b1e74324a9d8c4ddf031659ec2209ad373fae0
4
- data.tar.gz: d30d2b4c2d7bae2b68ed4dc99bf1b186754bb0b1d85c108dbe5368615baf2145
3
+ metadata.gz: 56cf3dd073b01c9eb329e21fa3b5058d6aca6586415cadedfd058c29025f5c00
4
+ data.tar.gz: 3eff6f723987a964d45277cb32bd25b839b87cd5993b9cdc36a3989997a1c226
5
5
  SHA512:
6
- metadata.gz: f610c3909ccc1340f2540d0918dd858a02b51b37331e019130f16136b798051c518644a6479f334a16843380f438c676f670c4986fbaf27dafdc4b52a1370e4c
7
- data.tar.gz: a901d24c3e5b7161d94bf335df8eac9e645726c65539c759cf80507e5f0aedf88f6a60be39d02376a6527b0e98eb8d12623bcafcf40063efa8933a65d702c183
6
+ metadata.gz: 8be0b7b634e17c964c611bf84264efb6d2eff4a37f297ac2b7d5e87a12495b19b9dcb9ea047764225a8c3bdcff869cdc74fd4005780fcde6db2ef55789b9e7d2
7
+ data.tar.gz: 28c26a5100a80edfee6eb3d093672d4592daf4b6a82bb6be11bd8b96439fb8eec4a95eb3350ba56d9e0dfc40b5d5e68e9e7eea04a00ac03f64acd335d0c4e3d0
data/config/rails.yml CHANGED
@@ -1,12 +1,10 @@
1
1
  plugins:
2
2
  - rubocop-minitest
3
+ - rubocop-packaging
3
4
  - rubocop-performance
4
5
  - rubocop-rails
5
6
  - rubocop-md
6
7
 
7
- require:
8
- - rubocop-packaging
9
-
10
8
  AllCops:
11
9
  # RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
12
10
  # to ignore them, so only the ones explicitly set in this file are enabled.
@@ -30,6 +28,8 @@ AllCops:
30
28
  # Additional exclude files by rubocop-rails_config
31
29
  - 'bin/**/*'
32
30
  - 'db/schema.rb'
31
+ - 'db/queue_schema.rb'
32
+ - 'db/cache_schema.rb'
33
33
 
34
34
  Performance:
35
35
  Exclude:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-rails_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.0
4
+ version: 1.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Toshimaru
8
8
  - Koichi ITO
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-09 00:00:00.000000000 Z
11
+ date: 1980-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0.5'
75
+ version: '0.6'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0.5'
82
+ version: '0.6'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: rubocop-performance
85
85
  requirement: !ruby/object:Gem::Requirement
@@ -138,7 +138,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
138
  - !ruby/object:Gem::Version
139
139
  version: '0'
140
140
  requirements: []
141
- rubygems_version: 3.6.2
141
+ rubygems_version: 3.6.9
142
142
  specification_version: 4
143
143
  summary: RuboCop configuration which has the same code style checking as official
144
144
  Ruby on Rails