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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/default.yml +14 -11
  3. metadata +6 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a1f05775f08c12a1a5252a3f199ea8e1fe5864f0abc8725dcb0cfb67cced683
4
- data.tar.gz: 98b2dc8b01585b4533a1fb4a167e7bf7764b876c40d3c58fb31af7a3379ec755
3
+ metadata.gz: 5c4835d2317f75072a423ec551933a1eaccccf5e9e625f98973a0c7750d9a8a8
4
+ data.tar.gz: c40e7571c5cab59a0fbe006b8cd8dc8117bc16010ec9a0a7c33798e62c550f4a
5
5
  SHA512:
6
- metadata.gz: 8f77d0ff1d7c4f7aedaeded31e1785cf831f8d97908638f60837243ea3299584afb844e940d3dddd13868fa17d69b23bf193166ad441750db9a2a4b7768b30b3
7
- data.tar.gz: 7931923fe8d0dec31f990341c181ef79334e767c5ec268b436853e11b7aa06082c69708be7d04608f115aabb8af3a4f06615642b44a5ca2238f00252a697d9b8
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
- Betterment/RedirectStatus:
81
- SafeAutoCorrect: false
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.12.0
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-06-10 00:00:00.000000000 Z
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.12.0
136
- changelog_uri: https://github.com/Betterment/betterlint/blob/v1.12.0/CHANGELOG.md
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.12.0
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.11
155
+ rubygems_version: 3.5.14
156
156
  signing_key:
157
157
  specification_version: 4
158
158
  summary: Betterment rubocop configuration