# This configuration was generated by # `rubocop --auto-gen-config` # on 2017-12-13 17:09:06 +0000 using RuboCop version 0.52.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 # Cop supports --auto-correct. # Configuration parameters: Include, TreatCommentsAsGroupSeparators. # Include: **/*.gemspec Gemspec/OrderedDependencies: Exclude: - 'lolcommits.gemspec' # Offense count: 1 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle. # SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent Layout/IndentHeredoc: Exclude: - 'lib/lolcommits/backends/installation_git.rb' # Offense count: 1 Lint/AmbiguousBlockAssociation: Exclude: - 'lib/lolcommits/cli/process_runner.rb' # Offense count: 19 Metrics/AbcSize: Max: 35 # Offense count: 1 # Configuration parameters: CountComments, ExcludedMethods. Metrics/BlockLength: Max: 40 # Offense count: 2 # Configuration parameters: CountComments. Metrics/ClassLength: Max: 140 # Offense count: 5 Metrics/CyclomaticComplexity: Max: 9 # Offense count: 23 # Configuration parameters: CountComments. 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 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: Exclude: - 'Rakefile' - 'features/support/path_helpers.rb' - 'lib/lolcommits/backends/installation_mercurial.rb' - '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 # Offense count: 90 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: Max: 161