rubocop-codeur 0.11.5 → 0.11.7
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 +4 -3
- data/lib/rubocop/codeur/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0644d8bb02175cc369aa24cd35ff8541800aee43f1d7d9aedb6a6961fa0a743b
|
4
|
+
data.tar.gz: 32606533df75b6edf851bc4a4aab0b5df4406441c5ecb253c833175bd49847e7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd407213540ccc404061012eeb91a2cdf634497b6852f6440b414c7224c4736d879a6a1e637b7a3e123b8f0973f8eea8e84238665868bd800c80ac1c9adea8a9
|
7
|
+
data.tar.gz: 684f9f1860bab0089f25187e4fd285696c78194636f2ef27dc5bd3b38ee9bde8fb59b2a903d6c7e6f9745c4f3c9c9721d46989976857a12631694aa9b4012e0e
|
data/default.yml
CHANGED
@@ -344,6 +344,9 @@ Style/ConditionalAssignment:
|
|
344
344
|
Style/Documentation:
|
345
345
|
Enabled: false
|
346
346
|
|
347
|
+
Style/DoubleNegation:
|
348
|
+
Enabled: false
|
349
|
+
|
347
350
|
Style/EmptyMethod:
|
348
351
|
Enabled: true
|
349
352
|
EnforcedStyle: expanded
|
@@ -354,10 +357,8 @@ Style/FormatStringToken:
|
|
354
357
|
- "config/routes.rb"
|
355
358
|
- "config/routes/*"
|
356
359
|
|
357
|
-
# No more needed with Ruby 3.4+, frozen string literals are default
|
358
360
|
Style/FrozenStringLiteralComment:
|
359
|
-
|
360
|
-
EnforcedStyle: never
|
361
|
+
SafeAutoCorrect: true
|
361
362
|
|
362
363
|
Style/GuardClause:
|
363
364
|
Enabled: true
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Codeur
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: lint_roller
|
@@ -141,7 +140,6 @@ licenses:
|
|
141
140
|
- MIT
|
142
141
|
metadata:
|
143
142
|
default_lint_roller_plugin: RuboCop::Codeur::Plugin
|
144
|
-
post_install_message:
|
145
143
|
rdoc_options: []
|
146
144
|
require_paths:
|
147
145
|
- lib
|
@@ -156,8 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
156
154
|
- !ruby/object:Gem::Version
|
157
155
|
version: '0'
|
158
156
|
requirements: []
|
159
|
-
rubygems_version: 3.
|
160
|
-
signing_key:
|
157
|
+
rubygems_version: 3.7.2
|
161
158
|
specification_version: 4
|
162
159
|
summary: Codeur rubocop config gem
|
163
160
|
test_files: []
|