rubocop-codeur 0.11.12 → 0.11.14
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 -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: f75732a982b41f77e329ada4ca1d3f7c442f01ab4779e05330a00d9175fc2c6c
|
|
4
|
+
data.tar.gz: 3929bacc0df5a0a42ceff15bba440cd365ed4432c29713867518b6c616293906
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9c3a1b6e3547c13ea0217ea75ef5c65b818a9c80d77102d65047879cc2d77e33c5a9fdf4837b25efa9f3be74b3b893d68e08c33e43f555ef066c7aafa86576b0
|
|
7
|
+
data.tar.gz: '087395b18374997b0a45b0badb1d31eb0f3727b4efbf316e4c35361bc807890f201bc547511a73e4bb3340c47bdabce8b83f6d8a0fb4c6c5ecb6eebef4ef2f6b'
|
data/default.yml
CHANGED
|
@@ -188,6 +188,8 @@ Layout/LineLength:
|
|
|
188
188
|
Enabled: true
|
|
189
189
|
Max: 200
|
|
190
190
|
AutoCorrect: false
|
|
191
|
+
AllowedPatterns:
|
|
192
|
+
- '^# (index|idx)_.*$' # allow long lines in index definitions
|
|
191
193
|
Exclude:
|
|
192
194
|
- "db/migrate/*"
|
|
193
195
|
|
|
@@ -408,6 +410,9 @@ Style/NestedTernaryOperator:
|
|
|
408
410
|
Style/NumericPredicate:
|
|
409
411
|
Enabled: false
|
|
410
412
|
|
|
413
|
+
Style/OneClassPerFile:
|
|
414
|
+
Enabled: false
|
|
415
|
+
|
|
411
416
|
Style/StringLiterals:
|
|
412
417
|
Enabled: true
|
|
413
418
|
EnforcedStyle: single_quotes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Codeur
|
|
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
154
154
|
- !ruby/object:Gem::Version
|
|
155
155
|
version: '0'
|
|
156
156
|
requirements: []
|
|
157
|
-
rubygems_version:
|
|
157
|
+
rubygems_version: 3.6.9
|
|
158
158
|
specification_version: 4
|
|
159
159
|
summary: Codeur rubocop config gem
|
|
160
160
|
test_files: []
|