.rubocop_todo.yml in capybara-screenshot-diff-0.1.0 vs .rubocop_todo.yml in capybara-screenshot-diff-0.2.1

- old
+ new

@@ -1,78 +1,157 @@ \ No newline at end of file +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2016-04-22 14:35:36 +0200 using RuboCop version 0.39.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. + +Style/TrivialAccessors: + Enabled: false + +# Offense count: 2 +Lint/AmbiguousRegexpLiteral: + Exclude: + - 'lib/capybara/screenshot/diff/capybara_setup.rb' + +# Offense count: 3 +Metrics/AbcSize: + Max: 55 + +# Offense count: 1 +Metrics/CyclomaticComplexity: + Max: 15 + +# Offense count: 3 +# Configuration parameters: CountComments. +Metrics/MethodLength: + Max: 42 + +# Offense count: 1 +# Configuration parameters: CountKeywordArgs. +Metrics/ParameterLists: + Max: 6 + +# Offense count: 1 +Metrics/PerceivedComplexity: + Max: 17 + +# Offense count: 1 +# Configuration parameters: EnforcedStyle, SupportedStyles. +# SupportedStyles: nested, compact +Style/ClassAndModuleChildren: + Exclude: + - 'lib/capybara/screenshot/diff/capybara_setup.rb' + +# Offense count: 2 +Style/Documentation: + Exclude: + - 'spec/**/*' + - 'test/**/*' + - 'lib/capybara/screenshot/diff.rb' + - 'lib/capybara/screenshot/diff/image_compare.rb' + +# Offense count: 1 +# Configuration parameters: EnforcedStyle, SupportedStyles. +# SupportedStyles: format, sprintf, percent +Style/FormatString: + Exclude: + - 'lib/capybara/screenshot/diff/capybara_setup.rb' + +# Offense count: 1 +# Configuration parameters: MinBodyLength. +Style/GuardClause: + Exclude: + - 'capybara-screenshot-diff.gemspec' + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. +# SupportedStyles: aligned, indented +Style/MultilineMethodCallIndentation: + Enabled: false + +# Offense count: 1 +# Cop supports --auto-correct. +# Configuration parameters: EnforcedStyle, SupportedStyles, IndentationWidth. +# SupportedStyles: aligned, indented +Style/MultilineOperationIndentation: + Enabled: false