rubocop-espago 1.1.9 → 1.1.10
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/rubocop.yml +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2f7728997795a4d25b2152f56c10f092c6b46f14d18b46d7793fb24a335a081
|
4
|
+
data.tar.gz: c4f27ac1ef0946723e7fa0979d01442ad58b0a73719db8ea8a424c85158e6490
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: acfc3784176534c2ae8c157248e14d3b197fbf4fa2a1481614cb4304c2897aa9c09fc5d1886000b1bff5cce10052e94304b8d74a46555801c88dc4363ec319c8
|
7
|
+
data.tar.gz: 2dd4e3cdf5d1f61e5bb026fc3be157c7de73fababcb37d932bbae78ef43b5f8e7887dede7e3a482dd61917851d77f5d89678fbe5d4b711b9734fbdc29f9c067e
|
data/rubocop.yml
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
---
|
2
2
|
inherit_mode:
|
3
3
|
merge:
|
4
|
-
|
5
|
-
|
4
|
+
- Exclude
|
5
|
+
- Include
|
6
6
|
|
7
7
|
AllCops:
|
8
8
|
EnabledByDefault: true
|
@@ -155,6 +155,8 @@ Layout/FirstArrayElementLineBreak:
|
|
155
155
|
Enabled: false
|
156
156
|
Naming/MethodParameterName:
|
157
157
|
Enabled: false
|
158
|
+
Naming/PredicateName:
|
159
|
+
Enabled: false
|
158
160
|
Layout/HashAlignment:
|
159
161
|
EnforcedHashRocketStyle: table
|
160
162
|
EnforcedColonStyle: table
|
@@ -170,4 +172,3 @@ Style/ImplicitRuntimeError:
|
|
170
172
|
Enabled: false
|
171
173
|
Lint/UselessConstantScoping:
|
172
174
|
Enabled: false
|
173
|
-
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-espago
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Espago
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 2025-08-06 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rubocop
|
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
57
|
- !ruby/object:Gem::Version
|
58
58
|
version: '0'
|
59
59
|
requirements: []
|
60
|
-
rubygems_version: 3.6.
|
60
|
+
rubygems_version: 3.6.2
|
61
61
|
specification_version: 4
|
62
62
|
summary: Espago's rubocop config
|
63
63
|
test_files: []
|