diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8059430..41a8f1b 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,11 +1,17 @@ -# This configuration was generated by `rubocop --auto-gen-config` -# on 2015-07-16 14:46:25 +0300 using RuboCop version 0.31.0. +# This configuration was generated by +# `rubocop --auto-gen-config` +# on 2016-02-23 12:36:44 +0200 using RuboCop version 0.37.2. # 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: 13 +# Offense count: 1 +Lint/ImplicitStringConcatenation: + Exclude: + - 'lib/github_changelog_generator/parser.rb' + +# Offense count: 14 Metrics/AbcSize: Enabled: false @@ -13,11 +19,11 @@ Metrics/AbcSize: Metrics/CyclomaticComplexity: Max: 7 -# Offense count: 1 +# Offense count: 2 Metrics/PerceivedComplexity: Max: 8 -# Offense count: 2 +# Offense count: 1 Style/AccessorMethodName: Enabled: false @@ -30,13 +36,16 @@ Style/Documentation: Style/GuardClause: Enabled: false -# Offense count: 1 +# Offense count: 2 +# Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, MinBodyLength, SupportedStyles. +# SupportedStyles: skip_modifier_ifs, always Style/Next: Enabled: false # Offense count: 3 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles, AllowInnerSlashes. +# SupportedStyles: slashes, percent_r, mixed Style/RegexpLiteral: Enabled: false