-
Notifications
You must be signed in to change notification settings - Fork 86
Add rubocop with a todo list #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
f611a18
Add rubocop with a todo list
samsonjs 2967344
Run rubocop as part of the CI workflow
samsonjs 69f5e39
Autofix for RuboCop: Layout/ElseAlignment
pieterocp 672a086
Regen autogen, removing all claude-scratchpad/*
pieterocp b4daa9b
Autofix RuboCop Layout/EmptyLine
pieterocp 86f2485
AutoFix RuboCop Style/ZeroLengthPredicate
pieterocp 223c84c
AutoFix RuboCop Layout/EmptyLinesAroundAccessModifier
pieterocp fc2add8
AutoFix RuboCop Layout/EmptyLinesAroundMethodBody
pieterocp aa596b8
AutoFix RuboCop Layout/EmptyLinesAroundBlockBody
pieterocp cf62a24
AutoFix RuboCop Layout/EmptyLinesAroundClassBody
pieterocp 4cdf5f3
AutoFix RuboCop Layout/EndAlignment
pieterocp b683365
AutoFix RuboCop Layout/ExtraSpacing
pieterocp c9dfc20
AutoFix RuboCop Layout/FirstHashElementIndentation
pieterocp ea6126d
AutoFix RuboCop Layout/HashAlignment
pieterocp fc7ae90
AutoFix RuboCop Layout/IndentationWidth
pieterocp 1b9aedf
Regenerate todo
pieterocp f5a1cdb
AutoFix RuboCop Layout/SpaceBeforeBlockBraces
pieterocp 0ac8504
AutoFix RuboCop Layout/SpaceBeforeComma
pieterocp 8b1f794
AutoFix RuboCop Layout/SpaceInsideBlockBraces
pieterocp 433ace3
AutoFix RuboCop Layout/SpaceInsideHashLiteralBraces
pieterocp abcef47
AutoFix RuboCop Layout/TrailingEmptyLines
pieterocp d4bce13
Update ci.yml
samsonjs df63cfe
WIP: Remove claude-scratchpad cruft from rubocop todo
samsonjs d51a1db
Specify files explicity in rubocop rake task
samsonjs 8dfd1e8
Pin rubocop version to 1.77.0
samsonjs 78f7ba0
AutoFix RuboCop Style/TrailingCommaInHashLiteral
pieterocp 9e33e1f
AutoFix RuboCop Style/StringLiteralsInInterpolation
pieterocp 5eea5ab
AutoFix RuboCop Style/StringLiterals
pieterocp 5e78a32
AutoFix RuboCop Style/RescueStandardError
pieterocp e6af1da
AutoFix RuboCop Style/RedundantPercentQ
pieterocp 3a71be7
AutoFix RuboCop Style/RedundantConstantBase
pieterocp 6f0ffc2
AutoFix RuboCop Style/QuotedSymbols
pieterocp 481a6f6
AutoFix RuboCop Style/PercentLiteralDelimiters
pieterocp c1fa224
AutoFix RuboCop Style/ParallelAssignment
pieterocp a95640b
AutoFix RuboCop Style/MultilineIfModifier
pieterocp 65aa464
AutoFix RuboCop Style/Lambda
pieterocp 4ca251f
AutoFix RuboCop Style/IfUnlessModifier
pieterocp f6ae186
AutoFix RuboCop Style/HashSyntax
pieterocp b8d0831
AutoFix RuboCop Style/GuardClause
pieterocp 086281a
AutoFix RuboCop Style/ExpandPathArguments
pieterocp f3552bc
AutoFix RuboCop Style/BlockDelimiters
pieterocp 93b41a6
AutoFix RuboCop Style/BlockComments
pieterocp e5b6b00
AutoFix RuboCop Lint/UnusedMethodArgument
pieterocp f3ce256
AutoFix RuboCop Lint/SymbolConversion
pieterocp c9865f3
Merge branch 'master' into add-rubocop
samsonjs ba45a7d
Merge branch 'add-rubocop' into add-all-todos
pieterocp b338298
Fix auto-gen formatting + RuboCop AutoFix Style/ModuleFunction
pieterocp 68fbe40
Merge pull request #1 from pieterocp/add-all-todos
samsonjs e113998
Code style
samsonjs 0b857fb
Merge branch 'master' into add-rubocop
samsonjs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| inherit_from: .rubocop_todo.yml | ||
|
|
||
| AllCops: | ||
| NewCops: enable |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.