rubocop-katalyst 2.0.5 → 2.1.1

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/default.yml +5 -3
  3. metadata +3 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a2c5dc3f582b7dbb312d1534be164b2b4dbc4eb762936e2c49a62b7c4318f5fc
4
- data.tar.gz: a9b6385e44fb64a20ad223c8156f09cb2c04edab4afa2e73922557578fad13a0
3
+ metadata.gz: aaf7760ebf2af321a17b244f8899e6a98756980e0bb9b0a0d8202e9cea515c7a
4
+ data.tar.gz: 5c5bfcc10a0ca02fd16763b7552284b1099ca25f635b53fc5e082b8ab90b54ec
5
5
  SHA512:
6
- metadata.gz: f9c090432564a1e833d09bddf4f930bbb67a05eb0b839ee48ce88935b1e910d4ccc6aa84e2191883076af73be704ae40763cbc19799575444a9191bcb0aac0a6
7
- data.tar.gz: 91db6f5a09d1db20567e731473098ecfe61297c97f2bc13c840be3fee63aa1190c438dd9a33a3226493a6f37331268f4d93ae65a2a50a8b2529105d314a3796f
6
+ metadata.gz: 157a871a1c02bce5faea48afb1b18a4937e8a1bf0cf245671c3aaf9394574afb7a69d601cbd1e1e91ce9b61294df7f1c765b1f093222c9a30a09686183a6d8c1
7
+ data.tar.gz: cf5fc82a72045f53588136a10ea6f805abfb3d8e57f682c461319708fc04f16de5ac54a34a4a148923d0b4851ad1beff2f88cc758b6f0abbcd4b5335b89116fc
data/config/default.yml CHANGED
@@ -1,11 +1,13 @@
1
1
  # Configuration for all cops and global extension configuration
2
- require:
3
- - rubocop-capybara
4
- - rubocop-factory_bot
2
+ plugins:
5
3
  - rubocop-performance
6
4
  - rubocop-rails
7
5
  - rubocop-rake
8
6
  - rubocop-rspec
7
+
8
+ require:
9
+ - rubocop-capybara
10
+ - rubocop-factory_bot
9
11
  - rubocop-rspec_rails
10
12
 
11
13
  inherit_mode:
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-katalyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katalyst Interactive
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-31 00:00:00.000000000 Z
10
+ date: 2025-02-18 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rubocop
@@ -122,7 +121,6 @@ dependencies:
122
121
  - - ">="
123
122
  - !ruby/object:Gem::Version
124
123
  version: '0'
125
- description:
126
124
  email:
127
125
  - developers@katalyst.com.au
128
126
  executables: []
@@ -159,7 +157,6 @@ licenses:
159
157
  metadata:
160
158
  allowed_push_host: https://rubygems.org
161
159
  rubygems_mfa_required: 'true'
162
- post_install_message:
163
160
  rdoc_options: []
164
161
  require_paths:
165
162
  - lib
@@ -174,8 +171,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
174
171
  - !ruby/object:Gem::Version
175
172
  version: '0'
176
173
  requirements: []
177
- rubygems_version: 3.5.11
178
- signing_key:
174
+ rubygems_version: 3.6.2
179
175
  specification_version: 4
180
176
  summary: Code standards for Katalyst
181
177
  test_files: []