betterlint 1.12.0 → 1.13.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 +14 -11
- 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: 5c4835d2317f75072a423ec551933a1eaccccf5e9e625f98973a0c7750d9a8a8
|
4
|
+
data.tar.gz: c40e7571c5cab59a0fbe006b8cd8dc8117bc16010ec9a0a7c33798e62c550f4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1fd9a6bfdcbc7fa683bee7200f6ff8d097b655f18757023f011ddffd9205d33b93649d721825f209e106f98bc2a1e1e32632e8ee98ab3bf4e26e62db875410b
|
7
|
+
data.tar.gz: 781b01893ca3ad33f4b64842fc48d27577cc0d16401d29f135d0f596a570ece65f6e37dc7aeb06f45ccd50fea846d9266a8eeb1ed199d99daff62f3a30fd1f42
|
data/config/default.yml
CHANGED
@@ -56,6 +56,18 @@ Betterment/NonStandardActions:
|
|
56
56
|
- update
|
57
57
|
StyleGuide: '#bettermentnonstandardactions'
|
58
58
|
|
59
|
+
Betterment/RedirectStatus:
|
60
|
+
SafeAutoCorrect: false
|
61
|
+
Description: Detect missing status codes when redirecting POST, PUT, PATCH, or DELETE responses
|
62
|
+
Include:
|
63
|
+
- app/controllers/**/*.rb
|
64
|
+
|
65
|
+
Betterment/RenderStatus:
|
66
|
+
SafeAutoCorrect: false
|
67
|
+
Description: Detect missing status codes when rendering POST, PUT, PATCH, or DELETE responses
|
68
|
+
Include:
|
69
|
+
- app/controllers/**/*.rb
|
70
|
+
|
59
71
|
Betterment/ServerErrorAssertion:
|
60
72
|
Description: Detects assertions on 5XX HTTP statuses.
|
61
73
|
Include:
|
@@ -77,17 +89,8 @@ Betterment/UnsafeJob:
|
|
77
89
|
Betterment/UnscopedFind:
|
78
90
|
StyleGuide: '#bettermentunscopedfind'
|
79
91
|
|
80
|
-
|
81
|
-
|
82
|
-
Description: Detect missing status codes when redirecting POST, PUT, PATCH, or DELETE responses
|
83
|
-
Include:
|
84
|
-
- app/controllers/**/*.rb
|
85
|
-
|
86
|
-
Betterment/RenderStatus:
|
87
|
-
SafeAutoCorrect: false
|
88
|
-
Description: Detect missing status codes when rendering POST, PUT, PATCH, or DELETE responses
|
89
|
-
Include:
|
90
|
-
- app/controllers/**/*.rb
|
92
|
+
FactoryBot/AssociationStyle:
|
93
|
+
Enabled: false
|
91
94
|
|
92
95
|
FactoryBot/ConsistentParenthesesStyle:
|
93
96
|
Enabled: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: betterlint
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Development
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -132,10 +132,10 @@ licenses:
|
|
132
132
|
- MIT
|
133
133
|
metadata:
|
134
134
|
homepage_uri: https://github.com/Betterment/betterlint
|
135
|
-
source_code_uri: https://github.com/Betterment/betterlint/tree/v1.
|
136
|
-
changelog_uri: https://github.com/Betterment/betterlint/blob/v1.
|
135
|
+
source_code_uri: https://github.com/Betterment/betterlint/tree/v1.13.0
|
136
|
+
changelog_uri: https://github.com/Betterment/betterlint/blob/v1.13.0/CHANGELOG.md
|
137
137
|
bug_tracker_uri: https://github.com/Betterment/betterlint/issues
|
138
|
-
documentation_uri: https://www.rubydoc.info/gems/betterlint/1.
|
138
|
+
documentation_uri: https://www.rubydoc.info/gems/betterlint/1.13.0
|
139
139
|
rubygems_mfa_required: 'true'
|
140
140
|
post_install_message:
|
141
141
|
rdoc_options: []
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
- !ruby/object:Gem::Version
|
153
153
|
version: '0'
|
154
154
|
requirements: []
|
155
|
-
rubygems_version: 3.5.
|
155
|
+
rubygems_version: 3.5.14
|
156
156
|
signing_key:
|
157
157
|
specification_version: 4
|
158
158
|
summary: Betterment rubocop configuration
|