Rename the todo config to .rubocop.yml, now that more rubocop issues are fixed

This commit is contained in:
Nicolas McCurdy
2014-01-04 23:10:07 -05:00
parent 8f634b9d07
commit 7d36460851
2 changed files with 18 additions and 19 deletions

View File

@@ -1 +1,18 @@
inherit_from: rubocop-todo.yml
# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
ClassLength:
Enabled: false
CyclomaticComplexity:
Max: 16
Eval:
Enabled: false
LineLength:
Max: 174
MethodLength:
Max: 31

View File

@@ -1,18 +0,0 @@
# This configuration was generated by `rubocop --auto-gen-config`.
# The point is for the user to remove these configuration records
# one by one as the offences are removed from the code base.
ClassLength:
Max: 350
CyclomaticComplexity:
Max: 16
Eval:
Enabled: false
LineLength:
Max: 174
MethodLength:
Max: 31