rubocop-katalyst 2.2.0 → 2.2.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/rubocop-naming.yml +3 -3
- 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: 16fa4be27361977e3c61e9c907dbadff73043e7fa97eaf1e9dd77f64beb077c9
|
4
|
+
data.tar.gz: fc91034972c8fdcfbf804b1049e2812c3b56a8479f6348a1d36660d9553dfa96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f1f6e7aa2469b7c75f7a2969bb4567a243a6e41ffb084600315fe9b8098d8215582721c3a64d6123097ea02d5b565e1cba42c8cf1f1a26a8c71332bb2cf2456
|
7
|
+
data.tar.gz: 064e9d7bb014b34ef508096cc6428ea9fd2905290e8b9de333467a5ae70716f808d7e438816d20ad308b2cff9f7fe04eb91b25e4eb54422ef335ead1da355606
|
data/config/rubocop-naming.yml
CHANGED
@@ -20,9 +20,9 @@ Naming/FileName:
|
|
20
20
|
StyleGuide: 'https://github.com/rubocop/ruby-style-guide#snake-case-files'
|
21
21
|
Enabled: false
|
22
22
|
|
23
|
-
Naming/
|
24
|
-
Description: 'Check the
|
25
|
-
StyleGuide: 'https://github.com/rubocop/ruby-style-guide#
|
23
|
+
Naming/PredicatePrefix:
|
24
|
+
Description: 'Check the prefix of predicate methods.'
|
25
|
+
StyleGuide: 'https://github.com/rubocop/ruby-style-guide#predicate-methods-prefix'
|
26
26
|
ForbiddenPrefixes:
|
27
27
|
- is_
|
28
28
|
Exclude:
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-katalyst
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
4
|
+
version: 2.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Katalyst Interactive
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: lint_roller
|
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
185
185
|
- !ruby/object:Gem::Version
|
186
186
|
version: '0'
|
187
187
|
requirements: []
|
188
|
-
rubygems_version: 3.6.
|
188
|
+
rubygems_version: 3.6.7
|
189
189
|
specification_version: 4
|
190
190
|
summary: Code standards for Katalyst
|
191
191
|
test_files: []
|