betterlint 1.19.0 → 1.20.0
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 +4 -1
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a8373ada8389173714d5f6086fd98f64e056340b8ddbd6c3b7e9cb78a3143b1f
|
4
|
+
data.tar.gz: bf710724c7163b0ef355cecfaad17bcf6af70c58fa50cdb81fd7d691d1e6e269
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 991c3a041583443b9e53e0c3baa7ace7354b76a5a07e322d85e82f73bea4a01b7252f203ccbbac1e6947675eb20940777cc4f6df72132ba40f64aab265fbbbf3
|
7
|
+
data.tar.gz: c52af40049be9780cbd719df55e3747902f5c51d7e0136340140aaecc1bab53b8a17f5ecc9f84843dc43e066a9a7df90b02ce751d46c8784d2b0f77baba6e47f
|
data/config/default.yml
CHANGED
@@ -39,7 +39,7 @@ Betterment/DirectDelayedEnqueue:
|
|
39
39
|
|
40
40
|
Betterment/DynamicParams:
|
41
41
|
StyleGuide: '#bettermentdynamicparams'
|
42
|
-
|
42
|
+
|
43
43
|
Betterment/EnvironmentConfiguration:
|
44
44
|
StyleGuide: '#bettermentenvironmentconfiguration'
|
45
45
|
Exclude:
|
@@ -378,6 +378,9 @@ Style/GuardClause:
|
|
378
378
|
Style/IfUnlessModifier:
|
379
379
|
Enabled: false
|
380
380
|
|
381
|
+
Style/HashSyntax:
|
382
|
+
EnforcedShorthandSyntax: always
|
383
|
+
|
381
384
|
Style/Lambda:
|
382
385
|
Enabled: false
|
383
386
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betterlint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Development
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-05-28 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: rubocop
|
@@ -136,10 +136,10 @@ licenses:
|
|
136
136
|
- MIT
|
137
137
|
metadata:
|
138
138
|
homepage_uri: https://github.com/Betterment/betterlint
|
139
|
-
source_code_uri: https://github.com/Betterment/betterlint/tree/v1.
|
140
|
-
changelog_uri: https://github.com/Betterment/betterlint/blob/v1.
|
139
|
+
source_code_uri: https://github.com/Betterment/betterlint/tree/v1.20.0
|
140
|
+
changelog_uri: https://github.com/Betterment/betterlint/blob/v1.20.0/CHANGELOG.md
|
141
141
|
bug_tracker_uri: https://github.com/Betterment/betterlint/issues
|
142
|
-
documentation_uri: https://www.rubydoc.info/gems/betterlint/1.
|
142
|
+
documentation_uri: https://www.rubydoc.info/gems/betterlint/1.20.0
|
143
143
|
rubygems_mfa_required: 'true'
|
144
144
|
rdoc_options: []
|
145
145
|
require_paths:
|
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
- !ruby/object:Gem::Version
|
156
156
|
version: '0'
|
157
157
|
requirements: []
|
158
|
-
rubygems_version: 3.6.
|
158
|
+
rubygems_version: 3.6.6
|
159
159
|
specification_version: 4
|
160
160
|
summary: Betterment rubocop configuration
|
161
161
|
test_files: []
|