rubocop-codeur 0.11.1 → 0.11.3
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 +6 -0
- 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: 69b3003f174cf2be7dba33a25b0c51ab5ec295577f3433402738d1fb035e1200
|
4
|
+
data.tar.gz: be25ef0ac2c310ce6e3f77a359c183732dc5d2f07014502be397f34e2d173a85
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3063d153770037f82e733d3878ff66e2de0709cc14f05984c36161d9e486192147a8ade6b91ac0eb2c94ece614ac4e86832a02d0b02420a33409e3822c4570b9
|
7
|
+
data.tar.gz: 6bc54a23b39aa9ad34979638874bcc9e2e4c3b5c73196552ce6281ac846b2ed4f3657cd52bf1d9c4470c35b60288ab2320f9649bae3bad1c903ce600e5ead8b8
|
data/default.yml
CHANGED
@@ -39,6 +39,9 @@ FactoryBot/ExcessiveCreateList:
|
|
39
39
|
Enabled: true
|
40
40
|
MaxAmount: 25
|
41
41
|
|
42
|
+
FactoryBot/FactoryAssociationWithStrategy:
|
43
|
+
Enabled: false
|
44
|
+
|
42
45
|
Gemspec/RequireMFA:
|
43
46
|
Enabled: false
|
44
47
|
|
@@ -332,6 +335,9 @@ Style/ClassAndModuleChildren:
|
|
332
335
|
Enabled: true
|
333
336
|
AutoCorrect: true
|
334
337
|
|
338
|
+
Style/CollectionQuerying:
|
339
|
+
Enabled: false
|
340
|
+
|
335
341
|
Style/ConditionalAssignment:
|
336
342
|
Enabled: false
|
337
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.3
|
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-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: lint_roller
|