Skip to content

Commit

Permalink
Update RuboCop TODO list
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Nov 26, 2014
1 parent f7fb21d commit 92aaf57
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .rubocop_todo.yml
@@ -1,5 +1,5 @@
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-11-02 12:27:10 +0100 using RuboCop version 0.27.0.
# on 2014-11-26 13:58:08 +0100 using RuboCop version 0.27.1.
# 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
Expand All @@ -22,3 +22,14 @@ Metrics/CyclomaticComplexity:
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 23

# Offense count: 12
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/ClassAndModuleChildren:
Enabled: false

# Offense count: 3235
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/StringLiterals:
Enabled: false

0 comments on commit 92aaf57

Please sign in to comment.