runger_style 5.18.0 → 5.19.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/CHANGELOG.md +4 -0
- data/Gemfile.lock +2 -2
- data/lib/runger_style/version.rb +1 -1
- data/rulesets/default.yml +0 -13
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5d0866b9fa941c5b96a5732b330129509a16efc47fe6a1799dd9411caa08f643
|
|
4
|
+
data.tar.gz: ad6473ae391654855f60734076e007984434d699e72adf3f66b3db5adb2b3037
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2cbd10d7aa282b5eae4f653c413ecaf32e76fbd385f9e4bf35a432ce7b53faea090ba37857bb1568e3351a55caefadc44397db8ff4bec61f4585f45c466a5873
|
|
7
|
+
data.tar.gz: f3e56148b897dce81b3505d46b26b064092157e95be434a8e8d50fe41222580083a2932ba9df2c51f48fdcfb787c186372f3968a3ce1d2bf114b093e26265d64
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
## Unreleased
|
|
2
2
|
[no unreleased changes yet]
|
|
3
3
|
|
|
4
|
+
## v5.19.0 (2026-08-23)
|
|
5
|
+
- Remove eight methods from `Style/MethodCallWithArgsParentheses` allowlist.
|
|
6
|
+
- Remove five methods from `Style/MethodCallWithArgsParentheses` allowlist.
|
|
7
|
+
|
|
4
8
|
## v5.18.0 (2026-08-22)
|
|
5
9
|
- [default] Add `RungerStyle/ParenthesesAroundMultilineCondition` to require parentheses around multiline `if`, `unless`, and `elsif` conditions, except for multiline block conditions and parenthesized receivers.
|
|
6
10
|
|
data/Gemfile.lock
CHANGED
|
@@ -10,7 +10,7 @@ GIT
|
|
|
10
10
|
PATH
|
|
11
11
|
remote: .
|
|
12
12
|
specs:
|
|
13
|
-
runger_style (5.
|
|
13
|
+
runger_style (5.19.0)
|
|
14
14
|
prism (>= 0.24.0)
|
|
15
15
|
rubocop (>= 1.72.0)
|
|
16
16
|
|
|
@@ -235,7 +235,7 @@ CHECKSUMS
|
|
|
235
235
|
ruby-progressbar (1.13.0) sha256=80fc9c47a9b640d6834e0dc7b3c94c9df37f08cb072b7761e4a71e22cff29b33
|
|
236
236
|
runger_byebug (11.4.0) sha256=569e22ba2215f57e7f69e145fcb63be401e29fcd312f7936d813e12d0c7bbee6
|
|
237
237
|
runger_release_assistant (4.3.1) sha256=3246c925240739eb12b9e6b9526a77ea00fcf0a0941441ff5ffacefb7e3e4d83
|
|
238
|
-
runger_style (5.
|
|
238
|
+
runger_style (5.19.0)
|
|
239
239
|
securerandom (0.4.1) sha256=cc5193d414a4341b6e225f0cb4446aceca8e50d5e1888743fac16987638ea0b1
|
|
240
240
|
slop (4.10.1) sha256=844322b5ffcf17ed4815fdb173b04a20dd82b4fd93e3744c88c8fafea696d9c7
|
|
241
241
|
tsort (0.2.0) sha256=9650a793f6859a43b6641671278f79cfead60ac714148aabe4e3f0060480089f
|
data/lib/runger_style/version.rb
CHANGED
data/rulesets/default.yml
CHANGED
|
@@ -186,7 +186,6 @@ Style/MethodCallWithArgsParentheses:
|
|
|
186
186
|
- add_index
|
|
187
187
|
- add_reference
|
|
188
188
|
- and
|
|
189
|
-
- belongs_to
|
|
190
189
|
- bigint
|
|
191
190
|
- boolean
|
|
192
191
|
- change
|
|
@@ -196,16 +195,11 @@ Style/MethodCallWithArgsParentheses:
|
|
|
196
195
|
- change_table
|
|
197
196
|
- create_table
|
|
198
197
|
- datetime
|
|
199
|
-
- desc
|
|
200
198
|
- describe
|
|
201
199
|
- drop_table
|
|
202
|
-
- fail
|
|
203
|
-
- file
|
|
204
200
|
- float
|
|
205
201
|
- foreign_key
|
|
206
|
-
- gem
|
|
207
202
|
- head
|
|
208
|
-
- include
|
|
209
203
|
- index
|
|
210
204
|
- inet
|
|
211
205
|
- integer
|
|
@@ -213,24 +207,17 @@ Style/MethodCallWithArgsParentheses:
|
|
|
213
207
|
- jsonb
|
|
214
208
|
- load
|
|
215
209
|
- not_to
|
|
216
|
-
- p
|
|
217
|
-
- print
|
|
218
|
-
- puts
|
|
219
210
|
- references
|
|
220
211
|
- remove_column
|
|
221
212
|
- remove_index
|
|
222
213
|
- render
|
|
223
214
|
- require
|
|
224
215
|
- require_relative
|
|
225
|
-
- ruby
|
|
226
|
-
- run
|
|
227
|
-
- source
|
|
228
216
|
- string
|
|
229
217
|
- text
|
|
230
218
|
- timestamp
|
|
231
219
|
- timestamps
|
|
232
220
|
- to
|
|
233
|
-
- visit
|
|
234
221
|
Style/MethodCalledOnDoEndBlock:
|
|
235
222
|
Enabled: false
|
|
236
223
|
Style/MissingElse:
|