rubocop-katalyst 2.0.1 → 2.0.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.
- checksums.yaml +4 -4
- data/config/rubocop-metrics.yml +3 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36ba8278b8c5a7f5029936127ede1df6d2ce0bba060a147fff84d0065f456d20
|
|
4
|
+
data.tar.gz: ab76377879e0638dfd66d99b8255764b8aa63a974e512bcbe9c35915ea8ae054
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 36c78b67171c2d243d96703548f99c2a377b08f71a8414745f842217eb05d36fb513d35990b8214734fafdf6118bfc5a9c92e2e9165b4e643447e50b52776489
|
|
7
|
+
data.tar.gz: 58ede43e22f71d6e0c97fe769e60b577b0c56b76707d717c8e7679c3ec9d0f78382fc2877230f62ae8593cca19f998102199e6cde54e97b4a7db892c9b7eb022
|
data/config/rubocop-metrics.yml
CHANGED
|
@@ -21,10 +21,12 @@ Metrics/AbcSize:
|
|
|
21
21
|
Enabled: false
|
|
22
22
|
|
|
23
23
|
Metrics/BlockLength:
|
|
24
|
-
CountComments:
|
|
24
|
+
CountComments: false # count full line comments?
|
|
25
25
|
Max: 25
|
|
26
26
|
Exclude:
|
|
27
27
|
- "config/environments/*" # rails environment configuration
|
|
28
|
+
- "config/routes.rb"
|
|
29
|
+
- "config/routes/*"
|
|
28
30
|
- "spec/**/*"
|
|
29
31
|
|
|
30
32
|
Metrics/CyclomaticComplexity:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-katalyst
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Katalyst Interactive
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
@@ -176,7 +176,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
177
|
version: '0'
|
|
178
178
|
requirements: []
|
|
179
|
-
rubygems_version: 3.5.
|
|
179
|
+
rubygems_version: 3.5.11
|
|
180
180
|
signing_key:
|
|
181
181
|
specification_version: 4
|
|
182
182
|
summary: Code standards for Katalyst
|