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.
- checksums.yaml +4 -4
- data/config/default.yml +5 -3
- metadata +3 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aaf7760ebf2af321a17b244f8899e6a98756980e0bb9b0a0d8202e9cea515c7a
|
4
|
+
data.tar.gz: 5c5bfcc10a0ca02fd16763b7552284b1099ca25f635b53fc5e082b8ab90b54ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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.
|
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:
|
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.
|
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: []
|