Skip to content
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

Modernize stage III #40

Merged
merged 11 commits into from
Jan 21, 2024
Merged

Modernize stage III #40

merged 11 commits into from
Jan 21, 2024

Conversation

tagliala
Copy link
Member

@tagliala tagliala commented Jan 21, 2024

Fix safe offenses in production code

- Lint/RedundantSplatExpansion
- Performance/RedundantBlockCall
- Style/RedundantException
- Style/RedundantParentheses
- Style/RedundantReturn
- Style/RedundantSelf
- Layout/DotPosition
- Lint/AmbiguousOperator
- Lint/SymbolConversion
- Lint/UnusedBlockArgument
- Lint/UnusedMethodArgument
- Performance/RegexpMatch
- Performance/StringIdentifierArgument
- Style/BlockDelimiters
- Style/ClassCheck
- Style/ColonMethodCall
- Style/CommentAnnotation
- Style/EachWithObject
- Style/EvalWithLocation
- Layout/HashAlignment
- Style/Lambda
- Style/MethodDefParentheses
- Style/PercentLiteralDelimiters
- Style/RaiseArgs
- Style/RegexpLiteral
- Style/RescueModifier
- Style/RescueStandardError
- Style/StderrPuts
- Style/StringLiterals
- Style/SymbolArray
- Style/TrailingCommaInArrayLiteral
- Style/TrailingCommaInHashLiteral
- Style/TrivialAccessors
@tagliala tagliala merged commit 65ce5da into master Jan 21, 2024
14 of 15 checks passed
@tagliala tagliala deleted the chore/modernize-stage-iii branch January 21, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant