-
Notifications
You must be signed in to change notification settings - Fork 9
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
[rubocop] Step 5 #214
Merged
Merged
[rubocop] Step 5 #214
Changes from 1 commit
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
9a604f2
[rubocop] fix Style/AndOr
AliSoftware 3c24919
[rubocop] fix Style/BarePercentLiterals
AliSoftware 604b017
[rubocop] fix Style/BlockDelimiters
AliSoftware 70c7b6e
[rubocop] fix Style/BracesAroundHashParameters
AliSoftware 75c9583
[rubocop] fix Style/ClassAndModuleChildren
AliSoftware a9d818d
[rubocop] fix Style/ClassCheck
AliSoftware 3bb7aed
[rubocop] fix Style/ConditionalAssignment
AliSoftware bfb40c9
[rubocop] fix Style/DefWithParentheses
AliSoftware bda5e57
[rubocop] fix Style/EmptyLiteral
AliSoftware 2a93320
[rubocop] configure Style/EmptyMethod
AliSoftware 9c77eca
[rubocop] fix Style/Encoding
AliSoftware 9f2c690
[rubocop] fix Style/ExpandPathArguments
AliSoftware 4a56484
[rubocop] fix Style/FormatString
AliSoftware 191e9e5
[rubocop] disable Style/FrozenStringLiteralComment
AliSoftware 5830fc7
[rubocop] fix Style/HashSyntax
AliSoftware a882be7
[rubocop] fix Style/IfUnlessModifier
AliSoftware 7fe4b1a
[rubocop] fix Style/InverseMethods
AliSoftware 4cb320a
[rubocop] fix Style/ParenthesesAroundCondition
AliSoftware 0250763
[rubocop] fix Style/MultilineIfThen
AliSoftware 3750c49
[rubocop] fix Style/NegatedIf
AliSoftware 0bc24dc
[rubocop] fix Style/NegatedUnless
AliSoftware 79995c3
[rubocop] fix Style/NilComparison
AliSoftware 6de7f59
[rubocop] fix Style/NonNilCheck (safe-auto-correct)
AliSoftware b7691b6
[rubocop] fix Style/NonNilCheck (manual fixes) ⚠️
AliSoftware f84285d
[rubocop] ⚠️ Manual fix of Metrics/AbcSize
AliSoftware 27fd9d1
[rubocop] fix Style/Not
AliSoftware 7976a90
[rubocop] fix Style/NumericLiteralPrefix
AliSoftware 9d47d7d
[rubocop] fix Style/PercentLiteralDelimiters
AliSoftware 461eb41
[rubocop] fix Style/RegexpLiteral
AliSoftware 16a9ecb
[rubocop] fix Style/Semicolon
AliSoftware dc044c3
[rubocop] fix Style/StringLiteralsInInterpolation
AliSoftware 9c5080d
[rubocop] fix Style/TrailingCommaInArguments
AliSoftware 3b6252c
[rubocop] fix Style/TrailingCommaInArrayLiteral
AliSoftware 17b1e76
[rubocop] fix Style/TrailingCommaInHashLiteral
AliSoftware 4492cc7
Add comment about octal notation for chmod-like flags
AliSoftware f6499f7
[rubocop] fix Style/TrailingCommaInArrayLiteral
AliSoftware fd8d9bd
build_entries doesn't need the whole config Hash
AliSoftware 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍