|
| 1 | +# This configuration was generated by |
| 2 | +# `rubocop --auto-gen-config` |
| 3 | +# on 2020-02-14 14:37:56 -0500 using RuboCop version 0.50.0. |
| 4 | +# The point is for the user to remove these configuration records |
| 5 | +# one by one as the offenses are removed from the code base. |
| 6 | +# Note that changes in the inspected code, or installation of new |
| 7 | +# versions of RuboCop, may require this file to be generated again. |
| 8 | + |
| 9 | +# Offense count: 4 |
| 10 | +# Cop supports --auto-correct. |
| 11 | +# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. |
| 12 | +# SupportedStyles: outdent, indent |
| 13 | +Layout/AccessModifierIndentation: |
| 14 | + Exclude: |
| 15 | + - 'lib/thor/nested_context.rb' |
| 16 | + |
| 17 | +# Offense count: 10 |
| 18 | +# Cop supports --auto-correct. |
| 19 | +# Configuration parameters: EnforcedStyle, SupportedStyles, EnforcedStyleForEmptyBraces, SupportedStylesForEmptyBraces. |
| 20 | +# SupportedStyles: space, no_space, compact |
| 21 | +# SupportedStylesForEmptyBraces: space, no_space |
| 22 | +Layout/SpaceInsideHashLiteralBraces: |
| 23 | + Exclude: |
| 24 | + - 'lib/thor/actions/inject_into_file.rb' |
| 25 | + - 'spec/actions_spec.rb' |
| 26 | + - 'spec/command_spec.rb' |
| 27 | + |
| 28 | +# Offense count: 1 |
| 29 | +# Cop supports --auto-correct. |
| 30 | +# Configuration parameters: EnforcedStyleAlignWith, SupportedStylesAlignWith, AutoCorrect. |
| 31 | +# SupportedStylesAlignWith: keyword, variable, start_of_line |
| 32 | +Lint/EndAlignment: |
| 33 | + Exclude: |
| 34 | + - 'lib/thor/error.rb' |
| 35 | + |
| 36 | +# Offense count: 65 |
| 37 | +# Cop supports --auto-correct. |
| 38 | +# Configuration parameters: EnforcedStyle, SupportedStyles, UseHashRocketsWithSymbolValues, PreferHashRocketsForNonAlnumEndingSymbols. |
| 39 | +# SupportedStyles: ruby19, hash_rockets, no_mixed_keys, ruby19_no_mixed_keys |
| 40 | +Style/HashSyntax: |
| 41 | + Exclude: |
| 42 | + - 'lib/thor/actions/inject_into_file.rb' |
| 43 | + - 'spec/actions/inject_into_file_spec.rb' |
| 44 | + |
| 45 | +# Offense count: 24 |
| 46 | +# Cop supports --auto-correct. |
| 47 | +# Configuration parameters: EnforcedStyle, SupportedStyles, ConsistentQuotesInMultiline. |
| 48 | +# SupportedStyles: single_quotes, double_quotes |
| 49 | +Style/StringLiterals: |
| 50 | + Exclude: |
| 51 | + - 'Gemfile' |
| 52 | + - 'lib/thor/actions.rb' |
| 53 | + - 'lib/thor/actions/inject_into_file.rb' |
| 54 | + - 'lib/thor/base.rb' |
| 55 | + - 'lib/thor/error.rb' |
| 56 | + - 'lib/thor/parser/option.rb' |
| 57 | + - 'lib/thor/shell/color.rb' |
| 58 | + - 'spec/parser/options_spec.rb' |
| 59 | + - 'spec/script_exit_status_spec.rb' |
0 commit comments