rubocop-codeur 0.11.5 → 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 +1 -3
- data/lib/rubocop/codeur/version.rb +1 -1
- metadata +1 -1
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
@@ -354,10 +354,8 @@ Style/FormatStringToken:
|
|
354
354
|
- "config/routes.rb"
|
355
355
|
- "config/routes/*"
|
356
356
|
|
357
|
-
# No more needed with Ruby 3.4+, frozen string literals are default
|
358
357
|
Style/FrozenStringLiteralComment:
|
359
|
-
|
360
|
-
EnforcedStyle: never
|
358
|
+
SafeAutoCorrect: true
|
361
359
|
|
362
360
|
Style/GuardClause:
|
363
361
|
Enabled: true
|