-
Notifications
You must be signed in to change notification settings - Fork 249
add support to Ruby 3.0 #439
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 all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
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 |
|---|---|---|
| @@ -1,78 +1,213 @@ | ||
| # This configuration was generated by | ||
| # `rubocop --auto-gen-config` | ||
| # on 2017-08-24 11:09:20 +0200 using RuboCop version 0.49.1. | ||
| # on 2021-07-06 16:06:45 UTC using RuboCop version 1.12.1. | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Changes in this file are auto-generated and do not need to be reviewed. |
||
| # The point is for the user to remove these configuration records | ||
| # one by one as the offenses are removed from the code base. | ||
| # Note that changes in the inspected code, or installation of new | ||
| # versions of RuboCop, may require this file to be generated again. | ||
|
|
||
| # Offense count: 1 | ||
| # Configuration parameters: Include. | ||
| # Include: **/*.gemspec | ||
| Gemspec/RequiredRubyVersion: | ||
| Exclude: | ||
| - 'xcode-install.gemspec' | ||
|
|
||
| # Offense count: 3 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: EnforcedStyle, SupportedStyles. | ||
| # SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent | ||
| Layout/IndentHeredoc: | ||
| Layout/ClosingHeredocIndentation: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 12 | ||
| # Cop supports --auto-correct. | ||
| Layout/EmptyLineAfterGuardClause: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
| - 'lib/xcode/install/cleanup.rb' | ||
| - 'lib/xcode/install/simulators.rb' | ||
| - 'lib/xcode/install/uninstall.rb' | ||
|
|
||
| # Offense count: 3 | ||
| # Cop supports --auto-correct. | ||
| Layout/HeredocIndentation: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 3 | ||
| # Cop supports --auto-correct. | ||
| Lint/BooleanSymbol: | ||
| Exclude: | ||
| - 'lib/xcode/install/install.rb' | ||
| - 'lib/xcode/install/select.rb' | ||
| - 'lib/xcode/install/uninstall.rb' | ||
|
|
||
| # Offense count: 6 | ||
| Lint/DuplicateMethods: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 2 | ||
| # Configuration parameters: MaximumRangeSize. | ||
| Lint/MissingCopEnableDirective: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 1 | ||
| # Cop supports --auto-correct. | ||
| Lint/UriRegexp: | ||
| Exclude: | ||
| - 'lib/xcode/install/install.rb' | ||
|
|
||
| # Offense count: 12 | ||
| # Configuration parameters: IgnoredMethods, CountRepeatedAttributes. | ||
| Metrics/AbcSize: | ||
| Max: 44 | ||
| Max: 45 | ||
|
|
||
| # Offense count: 4 | ||
| # Configuration parameters: CountComments, ExcludedMethods. | ||
| # Offense count: 5 | ||
| # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. | ||
| # IgnoredMethods: refine | ||
| Metrics/BlockLength: | ||
| Max: 76 | ||
|
|
||
| # Offense count: 1 | ||
| # Configuration parameters: CountComments. | ||
| Metrics/ClassLength: | ||
| Max: 246 | ||
|
|
||
| # Offense count: 3 | ||
| # Offense count: 6 | ||
| # Configuration parameters: IgnoredMethods. | ||
| Metrics/CyclomaticComplexity: | ||
| Max: 10 | ||
|
|
||
| # Offense count: 11 | ||
| # Configuration parameters: CountComments. | ||
| # Offense count: 17 | ||
| # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods. | ||
| Metrics/MethodLength: | ||
| Max: 51 | ||
| Max: 50 | ||
|
|
||
| # Offense count: 1 | ||
| # Configuration parameters: CountKeywordArgs. | ||
| # Configuration parameters: CountKeywordArgs, MaxOptionalParameters. | ||
| Metrics/ParameterLists: | ||
| Max: 7 | ||
|
|
||
| # Offense count: 3 | ||
| # Offense count: 2 | ||
| # Configuration parameters: IgnoredMethods. | ||
| Metrics/PerceivedComplexity: | ||
| Max: 12 | ||
|
|
||
| # Offense count: 1 | ||
| Security/MarshalLoad: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 16 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: EnforcedStyle. | ||
| # SupportedStyles: separated, grouped | ||
| Style/AccessorGrouping: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 1 | ||
| Style/CombinableLoops: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 1 | ||
| # Cop supports --auto-correct. | ||
| Style/Encoding: | ||
| Exclude: | ||
| - 'xcode-install.gemspec' | ||
|
|
||
| # Offense count: 14 | ||
| # Cop supports --auto-correct. | ||
| Performance/CompareWithBlock: | ||
| Style/ExpandPathArguments: | ||
| Exclude: | ||
| - 'bin/xcversion' | ||
| - 'bin/🎉' | ||
| - 'spec/cli_spec.rb' | ||
| - 'spec/curl_spec.rb' | ||
| - 'spec/install_spec.rb' | ||
| - 'spec/installed_spec.rb' | ||
| - 'spec/installer_spec.rb' | ||
| - 'spec/json_spec.rb' | ||
| - 'spec/list_spec.rb' | ||
| - 'spec/prerelease_spec.rb' | ||
| - 'spec/spec_helper.rb' | ||
| - 'spec/uninstall_spec.rb' | ||
| - 'xcode-install.gemspec' | ||
|
|
||
| # Offense count: 28 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: EnforcedStyle. | ||
| # SupportedStyles: always, always_true, never | ||
| Style/FrozenStringLiteralComment: | ||
| Enabled: false | ||
|
|
||
| # Offense count: 2 | ||
| # Cop supports --auto-correct. | ||
| Style/IfUnlessModifier: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 8 | ||
| # Configuration parameters: AllowedMethods. | ||
| # AllowedMethods: respond_to_missing? | ||
| Style/OptionalBooleanParameter: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 1 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: IncludeActiveSupportAliases. | ||
| Performance/DoubleStartEndWith: | ||
| Style/RedundantBegin: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 2 | ||
| # Cop supports --auto-correct. | ||
| Style/RedundantRegexpEscape: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 1 | ||
| Security/MarshalLoad: | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: AllowMultipleReturnValues. | ||
| Style/RedundantReturn: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 15 | ||
| # Offense count: 2 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: EnforcedStyle, SupportedStyles. | ||
| # Configuration parameters: EnforcedStyle. | ||
| # SupportedStyles: implicit, explicit | ||
| Style/RescueStandardError: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 1 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: ConvertCodeThatCanStartToReturnNil, AllowedMethods. | ||
| # AllowedMethods: present?, blank?, presence, try, try! | ||
| Style/SafeNavigation: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 14 | ||
| # Cop supports --auto-correct. | ||
| # Configuration parameters: EnforcedStyle. | ||
| # SupportedStyles: only_raise, only_fail, semantic | ||
| Style/SignalException: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
| - 'lib/xcode/install/cli.rb' | ||
| - 'lib/xcode/install/install.rb' | ||
| - 'lib/xcode/install/select.rb' | ||
| - 'lib/xcode/install/simulators.rb' | ||
| - 'lib/xcode/install/uninstall.rb' | ||
|
|
||
| # Offense count: 2 | ||
| # Cop supports --auto-correct. | ||
| Style/StderrPuts: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
|
|
||
| # Offense count: 4 | ||
| # Cop supports --auto-correct. | ||
| Style/StringConcatenation: | ||
| Exclude: | ||
| - 'lib/xcode/install.rb' | ||
| - 'spec/spec_helper.rb' | ||
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
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.
actions/setup-ruby is deprecated and recommended to use ruby/setup-ruby.