rubocop-able 0.2.2 → 0.2.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/config/default.yml +15 -0
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ba1a72f730346a62d5ee4e2e7ffcdb15a1b594c5a3b7e15cf5aab14ec424b1b4
|
|
4
|
+
data.tar.gz: 367a9a6d1275b60a60270bf11dc891b482ba5b4b79e3aa9485982fb690d620e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 705725c6713279a68f2efb84c6d8135c9d1e3c0e2c4914dd9f609730060dceb08d8e7d7a969ac14da1f03425d7e70031e5832db7c08488b2c7355160b8f98144
|
|
7
|
+
data.tar.gz: 41a995880c45f1fcd4103212705c857538357974ff22a6895685e1bd48ed5f4f8728a62ab4bbbbcf4b9eec91392dc5e32232f6fd1cb03cb2d2c0d4732d107899
|
data/config/default.yml
CHANGED
|
@@ -231,12 +231,18 @@ Lint/UnusedMethodArgument:
|
|
|
231
231
|
Lint/UselessMethodDefinition:
|
|
232
232
|
Enabled: true
|
|
233
233
|
|
|
234
|
+
Lint/DuplicateBranch:
|
|
235
|
+
Enabled: true
|
|
236
|
+
|
|
234
237
|
Naming/PredicateName:
|
|
235
238
|
Enabled: true
|
|
236
239
|
|
|
237
240
|
Naming/VariableName:
|
|
238
241
|
EnforcedStyle: snake_case
|
|
239
242
|
|
|
243
|
+
Naming/InclusiveLanguage:
|
|
244
|
+
Enabled: true
|
|
245
|
+
|
|
240
246
|
Style/AccessorGrouping:
|
|
241
247
|
Enabled: true
|
|
242
248
|
|
|
@@ -369,3 +375,12 @@ Style/TrailingCommaInArrayLiteral:
|
|
|
369
375
|
|
|
370
376
|
Style/TrailingCommaInHashLiteral:
|
|
371
377
|
EnforcedStyleForMultiline: no_comma
|
|
378
|
+
|
|
379
|
+
Style/RedundantInterpolation:
|
|
380
|
+
Enabled: true
|
|
381
|
+
|
|
382
|
+
Style/RedundantBegin:
|
|
383
|
+
Enabled: true
|
|
384
|
+
|
|
385
|
+
Style/ClassEqualityComparison:
|
|
386
|
+
Enabled: true
|
metadata
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-able
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Able
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-08-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '1.18'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '1.18'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: rubocop-rails
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
69
|
version: '0'
|
|
70
70
|
requirements: []
|
|
71
|
-
rubygems_version: 3.
|
|
71
|
+
rubygems_version: 3.2.22
|
|
72
72
|
signing_key:
|
|
73
73
|
specification_version: 4
|
|
74
74
|
summary: RuboCop Able
|