rubocop-codeur 0.11.4 → 0.11.5
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 +11 -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: 50ab5506e47081b50ea85a2ade801effd20dc3986dd2434d859fe4f245deb78d
|
4
|
+
data.tar.gz: 63b6fd9435b3a21660e0e3884e118e73e745506f073f81058e02896b681ada39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 990b4b18e2db6081a6beb708bb8f4169b0f3bfc113390b2dbd775e5de5c4e3e62dc9d4ae7cccd99a7e51da80d9a2214b28f4ab75c0735f8f8cf5d7e94b99d868
|
7
|
+
data.tar.gz: e79b74dda4251ad31ea8fa62ebda4734b13fb7b5e3af13c75c5904c4c5977e68f55eac7fcf9264fb98ea336e1498564d757aa1018d596c3658f3be28db23f945
|
data/default.yml
CHANGED
@@ -348,6 +348,17 @@ 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
|
+
# No more needed with Ruby 3.4+, frozen string literals are default
|
358
|
+
Style/FrozenStringLiteralComment:
|
359
|
+
Enabled: true
|
360
|
+
EnforcedStyle: never
|
361
|
+
|
351
362
|
Style/GuardClause:
|
352
363
|
Enabled: true
|
353
364
|
MinBodyLength: 3
|
@@ -388,12 +399,3 @@ Style/StringLiterals:
|
|
388
399
|
Style/SymbolArray:
|
389
400
|
Enabled: true
|
390
401
|
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.5
|
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
|