Commit 1ea6aaf
authored
feat: have Rubocop always enforce shorthand hash syntax (#623)
This was the default since Ruby 3.1 but turns out a year ago [they
changed it to "either"](rubocop/rubocop#13300) -
since we already decided we're in favor of using this syntax when the
rule originally came out, and I don't think there's any value in using
it conditionally, this has Rubocop enforce it again1 parent 250644b commit 1ea6aaf
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
0 commit comments