Commit graph

183 commits

Author SHA1 Message Date
Pieter Oliver
ba45a7dbf9
Merge branch 'add-rubocop' into add-all-todos 2025-07-10 10:22:09 +01:00
c9865f3ab0
Merge branch 'master' into add-rubocop 2025-07-09 17:01:34 -07:00
a4f6088a17
Remove remote name from releasing doc 2025-07-09 16:58:44 -07:00
c19b1d3732
Bump version to 2.0.1 2025-07-09 16:57:51 -07:00
362dd0a92e
Bump version to 2.0.0 2025-07-09 16:55:57 -07:00
0d738e4e7e
Prepare for 2.0.0 release (#89)
* Add a changelog

* Add release and contributor docs based on grape-active_model_serializers (needs more work)

* Rename changelog to look like it's the 80s

* Tweak releasing doc

* Automate and document github releases

* RIP hash rocket
2025-07-09 16:54:59 -07:00
Pieter Oliver
f3ce2561a2
AutoFix RuboCop Lint/SymbolConversion 2025-07-08 17:28:54 +01:00
Pieter Oliver
e5b6b00c47
AutoFix RuboCop Lint/UnusedMethodArgument 2025-07-08 17:28:33 +01:00
Pieter Oliver
93b41a6a2a
AutoFix RuboCop Style/BlockComments 2025-07-08 17:27:49 +01:00
Pieter Oliver
f3552bc1ff
AutoFix RuboCop Style/BlockDelimiters 2025-07-08 17:23:49 +01:00
Pieter Oliver
086281a5e9
AutoFix RuboCop Style/ExpandPathArguments 2025-07-08 17:23:14 +01:00
Pieter Oliver
b8d083142f
AutoFix RuboCop Style/GuardClause 2025-07-08 17:22:37 +01:00
Pieter Oliver
f6ae186ea6
AutoFix RuboCop Style/HashSyntax 2025-07-08 17:22:12 +01:00
Pieter Oliver
4ca251f9a8
AutoFix RuboCop Style/IfUnlessModifier 2025-07-08 17:21:32 +01:00
Pieter Oliver
65aa4648b2
AutoFix RuboCop Style/Lambda 2025-07-08 17:21:14 +01:00
Pieter Oliver
a95640b31b
AutoFix RuboCop Style/MultilineIfModifier 2025-07-08 17:20:53 +01:00
Pieter Oliver
c1fa224cc2
AutoFix RuboCop Style/ParallelAssignment 2025-07-08 17:20:32 +01:00
Pieter Oliver
481a6f67ff
AutoFix RuboCop Style/PercentLiteralDelimiters 2025-07-08 17:20:03 +01:00
Pieter Oliver
6f0ffc2fda
AutoFix RuboCop Style/QuotedSymbols 2025-07-08 17:19:40 +01:00
Pieter Oliver
3a71be798e
AutoFix RuboCop Style/RedundantConstantBase 2025-07-08 17:19:14 +01:00
Pieter Oliver
e6af1dabf8
AutoFix RuboCop Style/RedundantPercentQ 2025-07-08 17:18:49 +01:00
Pieter Oliver
5e78a32bfe
AutoFix RuboCop Style/RescueStandardError 2025-07-08 17:17:45 +01:00
Pieter Oliver
5eea5ab218
AutoFix RuboCop Style/StringLiterals 2025-07-08 17:17:15 +01:00
Pieter Oliver
9e33e1f76f
AutoFix RuboCop Style/StringLiteralsInInterpolation 2025-07-08 17:15:48 +01:00
Pieter Oliver
78f7ba0e64
AutoFix RuboCop Style/TrailingCommaInHashLiteral 2025-07-08 17:14:55 +01:00
8dfd1e8332
Pin rubocop version to 1.77.0 2025-06-30 09:41:12 -07:00
d51a1db42c
Specify files explicity in rubocop rake task 2025-06-30 09:38:27 -07:00
df63cfe0ce
WIP: Remove claude-scratchpad cruft from rubocop todo 2025-06-30 09:34:26 -07:00
d4bce13269
Update ci.yml
Co-authored-by: Pieter Oliver <68863060+pieterocp@users.noreply.github.com>
2025-06-30 11:14:46 -04:00
Pieter Oliver
abcef47505 AutoFix RuboCop Layout/TrailingEmptyLines 2025-06-30 12:41:37 +01:00
Pieter Oliver
433ace3101 AutoFix RuboCop Layout/SpaceInsideHashLiteralBraces 2025-06-30 12:40:56 +01:00
Pieter Oliver
8b1f794e78 AutoFix RuboCop Layout/SpaceInsideBlockBraces 2025-06-30 12:38:49 +01:00
Pieter Oliver
0ac850435e AutoFix RuboCop Layout/SpaceBeforeComma 2025-06-30 12:38:14 +01:00
Pieter Oliver
f5a1cdb6f9 AutoFix RuboCop Layout/SpaceBeforeBlockBraces 2025-06-30 12:37:45 +01:00
Pieter Oliver
1b9aedf01e Regenerate todo 2025-06-30 12:36:40 +01:00
Pieter Oliver
fc7ae9023a AutoFix RuboCop Layout/IndentationWidth 2025-06-30 12:35:23 +01:00
Pieter Oliver
ea6126dab1 AutoFix RuboCop Layout/HashAlignment 2025-06-30 12:34:54 +01:00
Pieter Oliver
c9dfc20973 AutoFix RuboCop Layout/FirstHashElementIndentation 2025-06-30 12:34:20 +01:00
Pieter Oliver
b6833655f5 AutoFix RuboCop Layout/ExtraSpacing 2025-06-30 12:33:41 +01:00
Pieter Oliver
4cdf5f31b6 AutoFix RuboCop Layout/EndAlignment 2025-06-30 12:33:06 +01:00
Pieter Oliver
cf62a2439d AutoFix RuboCop Layout/EmptyLinesAroundClassBody 2025-06-30 12:32:40 +01:00
Pieter Oliver
aa596b832c AutoFix RuboCop Layout/EmptyLinesAroundBlockBody 2025-06-30 12:32:07 +01:00
Pieter Oliver
fc2add8c95 AutoFix RuboCop Layout/EmptyLinesAroundMethodBody 2025-06-30 11:11:51 +01:00
Pieter Oliver
223c84cd2c AutoFix RuboCop Layout/EmptyLinesAroundAccessModifier 2025-06-30 11:05:37 +01:00
Pieter Oliver
86f2485b2d AutoFix RuboCop Style/ZeroLengthPredicate 2025-06-30 10:50:37 +01:00
Pieter Oliver
b4daa9b92e Autofix RuboCop Layout/EmptyLine 2025-06-30 10:49:02 +01:00
Pieter Oliver
672a086dae Regen autogen, removing all claude-scratchpad/* 2025-06-30 10:47:15 +01:00
Pieter Oliver
69f5e392d1 Autofix for RuboCop: Layout/ElseAlignment 2025-06-30 10:44:40 +01:00
2967344f2b
Run rubocop as part of the CI workflow 2025-06-28 10:54:01 -04:00
f611a18962
Add rubocop with a todo list 2025-06-28 10:52:10 -04:00