Skip to content

Commit

Permalink
Rubocop: Move line length config to standard rubocop file
Browse files Browse the repository at this point in the history
  • Loading branch information
fh committed Mar 23, 2016
1 parent 7b95ed9 commit 4107566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
@@ -1 +1,4 @@
Metrics/LineLength:
Max: 140

inherit_from: .rubocop_todo.yml
5 changes: 0 additions & 5 deletions .rubocop_todo.yml
@@ -1,8 +1,3 @@
# Offense count: 10
# Configuration parameters: AllowHeredoc, AllowURI, URISchemes.
# URISchemes: http, https
Metrics/LineLength:
Max: 132

# Offense count: 2
# Cop supports --auto-correct.
Expand Down

0 comments on commit 4107566

Please sign in to comment.