rubocop-codeur 0.11.2 → 0.11.4
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 +5 -2
- 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: ab06c1bd4c93d91e62dbaf384ba3b02bea372edccc16a77c1a5bd635351a0925
|
4
|
+
data.tar.gz: ab3751d4c8018e009128dd9ce230624af66616b8b9abd1487cb27354e6b381d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0891f28ebe19474920c356437196783658a12eb79d7efb993dc7acd14da299cd7a80f3f2f499cb488467439569c358bf259ae87a44d603e431f6e8bd61eb593b'
|
7
|
+
data.tar.gz: 07a3aa58ca591addff620f968fcf71177d4a283282be62f8d3417c64f2418c9739b2318eefc335f88d6df4829e1d7cb11948344a2a6977f04de3c5d7f1ed1f27
|
data/default.yml
CHANGED
@@ -18,8 +18,8 @@ AllCops:
|
|
18
18
|
- "test/dummy/db/schema.rb"
|
19
19
|
- "test/dummy/db/*_schema.rb"
|
20
20
|
- "test/dummy/tmp/**/*"
|
21
|
-
TargetRubyVersion: 3.
|
22
|
-
TargetRailsVersion: 7
|
21
|
+
TargetRubyVersion: 3.4
|
22
|
+
TargetRailsVersion: 7.2
|
23
23
|
NewCops: enable
|
24
24
|
|
25
25
|
Rails:
|
@@ -335,6 +335,9 @@ Style/ClassAndModuleChildren:
|
|
335
335
|
Enabled: true
|
336
336
|
AutoCorrect: true
|
337
337
|
|
338
|
+
Style/CollectionQuerying:
|
339
|
+
Enabled: false
|
340
|
+
|
338
341
|
Style/ConditionalAssignment:
|
339
342
|
Enabled: false
|
340
343
|
|
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.4
|
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-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|