rubocop-codeur 0.11.4 → 0.11.6
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/default.yml +9 -9
- data/lib/rubocop/codeur/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d4e17e32fef2b5afc0a3a025fc0bbe186e5d6a639d43e1ee23f3a4b1eb3ec53
|
4
|
+
data.tar.gz: f7f42cb5b7b96ada16f6cf7058daa7dbb7390792e927bac39295c06e6207830c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f453e78ddb64b16086408996d11dba3dcd1b3254aefd71357c2d673c9be7a769a82666021aab87456e0abec0a3c49c39122b42aa5e83a280938ccb964754a9d4
|
7
|
+
data.tar.gz: 48c68d0f6170122040a6c4031a2619eae7c876d34077dfa6bcaa59a40e6c2e84fe23e5db31df4698ab07a9fd84abfd6da7b9132a40ceb9e0c6905bfdc5a43130
|
data/default.yml
CHANGED
@@ -348,6 +348,15 @@ Style/EmptyMethod:
|
|
348
348
|
Enabled: true
|
349
349
|
EnforcedStyle: expanded
|
350
350
|
|
351
|
+
Style/FormatStringToken:
|
352
|
+
Enabled: true
|
353
|
+
Exclude:
|
354
|
+
- "config/routes.rb"
|
355
|
+
- "config/routes/*"
|
356
|
+
|
357
|
+
Style/FrozenStringLiteralComment:
|
358
|
+
SafeAutoCorrect: true
|
359
|
+
|
351
360
|
Style/GuardClause:
|
352
361
|
Enabled: true
|
353
362
|
MinBodyLength: 3
|
@@ -388,12 +397,3 @@ Style/StringLiterals:
|
|
388
397
|
Style/SymbolArray:
|
389
398
|
Enabled: true
|
390
399
|
MinSize: 7
|
391
|
-
|
392
|
-
Style/FormatStringToken:
|
393
|
-
Enabled: true
|
394
|
-
Exclude:
|
395
|
-
- "config/routes.rb"
|
396
|
-
- "config/routes/*"
|
397
|
-
|
398
|
-
Style/FrozenStringLiteralComment:
|
399
|
-
SafeAutoCorrect: true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-codeur
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Codeur
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|