.rubocop_todo.yml in lolcommits-0.16.0 vs .rubocop_todo.yml in lolcommits-0.16.1

- old
+ new

@@ -1,78 +1,91 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-12-13 17:09:06 +0000 using RuboCop version 0.52.0. +# on 2020-01-20 22:28:11 +0000 using RuboCop version 0.79.0. # 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: 7 +# Offense count: 6 # Cop supports --auto-correct. -# Configuration parameters: Include, TreatCommentsAsGroupSeparators. +# Configuration parameters: TreatCommentsAsGroupSeparators, Include. # Include: **/*.gemspec Gemspec/OrderedDependencies: Exclude: - 'lolcommits.gemspec' +# Offense count: 19 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, IndentationWidth. +# SupportedStyles: with_first_argument, with_fixed_indentation +Layout/ArgumentAlignment: + Enabled: false + +# Offense count: 6 +# Cop supports --auto-correct. +Layout/EmptyLineAfterGuardClause: + Exclude: + - 'bin/bundle' + # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. -# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent -Layout/IndentHeredoc: +# SupportedStyles: squiggly, active_support, powerpack, unindent +Layout/HeredocIndentation: Exclude: - 'lib/lolcommits/backends/installation_git.rb' # Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, IndentationWidth. +# SupportedStyles: aligned, indented +Layout/MultilineOperationIndentation: + Exclude: + - 'bin/bundle' + +# Offense count: 1 Lint/AmbiguousBlockAssociation: Exclude: - 'lib/lolcommits/cli/process_runner.rb' -# Offense count: 19 +# Offense count: 18 Metrics/AbcSize: - Max: 35 + Max: 29 -# Offense count: 1 -# Configuration parameters: CountComments, ExcludedMethods. -Metrics/BlockLength: - Max: 40 - # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 150 + Max: 144 # Offense count: 5 Metrics/CyclomaticComplexity: - Max: 10 + Max: 9 -# Offense count: 23 -# Configuration parameters: CountComments. +# Offense count: 21 +# Configuration parameters: CountComments, ExcludedMethods. Metrics/MethodLength: Max: 24 # Offense count: 5 Metrics/PerceivedComplexity: Max: 10 -# Offense count: 1 -# Cop supports --auto-correct. -Security/YAMLLoad: - Exclude: - - 'lib/lolcommits/configuration.rb' - # Offense count: 25 Style/Documentation: Enabled: false -# Offense count: 5 +# Offense count: 20 +# Cop supports --auto-correct. +Style/ExpandPathArguments: + Enabled: false + +# Offense count: 2 Style/MixinUsage: Exclude: - 'Rakefile' - - 'bin/lolcommits' - 'features/support/env.rb' - - 'test/lolcommits_test.rb' # Offense count: 5 # Cop supports --auto-correct. # Configuration parameters: PreferredDelimiters. Style/PercentLiteralDelimiters: @@ -83,15 +96,30 @@ - 'lib/lolcommits/cli/fatals.rb' - 'lib/lolcommits/installation.rb' # Offense count: 1 # Cop supports --auto-correct. -# Configuration parameters: MinSize. -# SupportedStyles: percent, brackets -Style/SymbolArray: - EnforcedStyle: brackets +Style/PerlBackrefs: + Exclude: + - 'bin/bundle' -# Offense count: 90 -# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle. +# SupportedStyles: use_perl_names, use_english_names +Style/SpecialGlobalVars: + Exclude: + - 'bin/bundle' + +# Offense count: 166 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, ConsistentQuotesInMultiline. +# SupportedStyles: single_quotes, double_quotes +Style/StringLiterals: + Enabled: false + +# Offense count: 120 +# Cop supports --auto-correct. +# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https -Metrics/LineLength: - Max: 168 +Layout/LineLength: + Max: 198