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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/rubocop.yml +4 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 28fea22e6de6cab18607e4444f6fa1f1045439b69c12705cfe8ce3045f784ca5
4
- data.tar.gz: 8d3c3c9a364fb1bf9404052c6f6d934c7ee1cf0fd715fc98e2c6031a0e4c1f18
3
+ metadata.gz: f2f7728997795a4d25b2152f56c10f092c6b46f14d18b46d7793fb24a335a081
4
+ data.tar.gz: c4f27ac1ef0946723e7fa0979d01442ad58b0a73719db8ea8a424c85158e6490
5
5
  SHA512:
6
- metadata.gz: fdfa075a3829beef53a4bd807ccc3b0de36f9368568b30e662903bdea5adee64b8ae8af916045b79628e098bc1d2679cf7bf556c79c9d0081d236cb6e40a035c
7
- data.tar.gz: 377efe179e8c7cbdc76eb7a23fc574eb6f83985cffe61a3108c238fc9435093e62b6487c4370ad9bfc52afc7cb9af8d23c3316158af85e5f8a08be9d695c1368
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
- - Exclude
5
- - Include
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.9
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: 1980-01-02 00:00:00.000000000 Z
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.7
60
+ rubygems_version: 3.6.2
61
61
  specification_version: 4
62
62
  summary: Espago's rubocop config
63
63
  test_files: []