summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml2
-rw-r--r--.rubocop_todo.yml23
2 files changed, 4 insertions, 21 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index f43ca42..60b4e11 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -17,7 +17,7 @@ Style/PreferredHashMethods:
Style/Not:
Enabled: false
-# comply with @ytti's exacting specifications
+# comply with @ytti's exacting specifications
Style/CommandLiteral:
EnforcedStyle: percent_x
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: