diff options
Diffstat (limited to '.rubocop_todo.yml')
-rw-r--r-- | .rubocop_todo.yml | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index db70e00..77c1026 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2018-04-25 15:40:14 +0200 using RuboCop version 0.55.0. +# on 2018-04-25 18:47:11 +0200 using RuboCop version 0.55.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 @@ -336,7 +336,7 @@ Style/ConditionalAssignment: - 'lib/oxidized/hook/githubrepo.rb' - 'lib/oxidized/model/model.rb' -# Offense count: 143 +# Offense count: 144 Style/Documentation: Enabled: false @@ -360,23 +360,6 @@ Style/ExpandPathArguments: Exclude: - 'bin/console' -# Offense count: 6 -# Cop supports --auto-correct. -# Configuration parameters: EnforcedStyle. -# SupportedStyles: format, sprintf, percent -Style/FormatString: - Exclude: - - 'lib/oxidized/node.rb' - - 'lib/oxidized/nodes.rb' - -# Offense count: 16 -# Configuration parameters: EnforcedStyle. -# SupportedStyles: annotated, template, unannotated -Style/FormatStringToken: - Exclude: - - 'lib/oxidized/node.rb' - - 'lib/oxidized/nodes.rb' - # Offense count: 13 # Configuration parameters: MinBodyLength. Style/GuardClause: @@ -441,7 +424,7 @@ Style/MultilineIfThen: Exclude: - 'lib/oxidized/model/aricentiss.rb' -# Offense count: 8 +# Offense count: 9 # Cop supports --auto-correct. Style/MutableConstant: Exclude: |