-
Notifications
You must be signed in to change notification settings - Fork 315
Rubocop 0.79 #437
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
Rubocop 0.79 #437
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
c8bfd14
Update rubocop version and the config files.
hainesr a3245ac
Add Rubocop tasks to the Rakefile.
hainesr aa40035
Fix Gemspec/OrderedDependencies cop.
hainesr 73e405a
Fix Security/Open cop errors.
hainesr f1154c2
Fix Style/OrAssignment cop.
hainesr 3a3ac6f
Fix Style/Semicolon cop.
hainesr e7275da
Fix Style/BlockDelimiters cop errors.
hainesr 98c6969
8000
Fix Layout/SpaceAroundOperators cop.
hainesr 20743a5
Fix Lint/AmbiguousBlockAssociation cop.
hainesr b528cae
Fix Lint/LiteralAsCondition cop.
hainesr cd065d0
Fix Lint/UnusedBlockArgument cop.
hainesr e361a47
Configure Lint/UselessComparison cop.
hainesr 23ba1af
Fix Lint/RescueException cop.
hainesr 0d49421
Fix Lint/UselessAccessModifier cop.
hainesr fff2c41
Configure Lint/SuppressedException cop.
hainesr cfe4972
Fix Layout/EmptyLineAfterGuardClause cop.
hainesr 61c83b2
Configure Layout/HashAlignment cop.
hainesr 68259ed
Fix Style/Encoding cop.
hainesr 70d036b
Fix Style/ExpandPathArguments cop.
hainesr 6544563
Configure Style/ZeroLengthPredicate so it doesn't misfire.
hainesr 19aa7e8
Fix Style/RescueStandardError cop.
hainesr 5a1baf4
Fix Style/RedundantReturn cop.
hainesr b3c4c37
Fix Style/NonNilCheck cop.
hainesr b3f2413
Fix Style/CommentedKeyword cop.
hainesr 468a80c
Fix Style/IfInsideElse cop.
hainesr 3121ad0
Fix Style/Alias cop.
hainesr 1b8f1a6
Fix Naming/RescuedExceptionsVariableName cop.
hainesr bce8416
Fix Style/MixinUsage cop.
hainesr 45f4c2d
Fix Style/GuardClause cop.
hainesr 2e11a88
Fix Style/StringLiterals cop.
hainesr cc0e372
Configure Style/SymbolArray cop.
hainesr 4e1b679
Fix Style/TrailingCommaInArrayLiteral cop.
hainesr 2dfe092
Fix Style/UnpackFirst cop.
hainesr 41f2359
Configure Style/RegexpLiteral cop.
hainesr 5e32204
Configure Style/MultilineBlockChain cop.
hainesr 172ab4b
Fix Style/FloatDivision cop.
hainesr d42c66c
Fix Style/MultilineWhenThen cop.
hainesr 2dc9b49
Fix Style/EvalWithLocation cop.
hainesr 835843d
Fix Naming/HeredocDelimiterCase cop.
hainesr 7978abb
Configure Naming/MemoizedInstanceVariableName cop.
hainesr 2f99322
Fix Style/Next cop.
hainesr 2cbdbf1
Fix Style/SignalException cop.
hainesr bb3b447
Fix Style/SpecialGlobalVars cop.
hainesr 0df6cb3
Fix Style/SymbolProc cop.
hainesr 6cab592
Configure and fix Metrics/LineLength cop.
hainesr 0e25e63
Turn off Metrics/BlockLength for the tests.
hainesr c97d560
Configure Metrics/AbcSize and turn off for the tests.
hainesr 5ce4e13
Configure and fix Style/ClassCheck cop.
hainesr a9adfa2
Configure Metrics/ClassLength and turn off for the tests.
hainesr a187ec0
Configure Metrics/MethodLength and turn off for the tests.
hainesr 4b8f740
Fix Layout/EmptyLinesAroundClassBody cop.
hainesr fae95e3
Fix Style/NumericLiteralPrefix cop.
hainesr d07b36b
Fix Style/TernaryParentheses cop.
hainesr 989a565
Fix Style/TrailingCommaInHashLiteral cop.
hainesr c31ab81
Fix Style/NumericLiterals cop.
hainesr 87a63e0
Set TargetRubyVersion to match that in the gemspec.
hainesr 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
Fix Layout/EmptyLineAfterGuardClause cop.
- Loading branch information
commit cfe4972e712b36d351b6fb7eb189d28e59902ef2
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
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
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
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
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
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
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
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.