Skip to content

Commit

Permalink
Rubocop set up to work from root
Browse files Browse the repository at this point in the history
  • Loading branch information
inossidabile committed Oct 19, 2013
1 parent b6d744c commit 18a5719
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .rubocop.yml
@@ -1,3 +1,9 @@
AllCops:
Excludes:
- spec/**
- perf/**
- migrations/**

LineLength:
Enabled: false

Expand All @@ -17,4 +23,4 @@ TrivialAccessors:
ExactNameMatch: true

ParameterLists:
Max: 6
Max: 6

0 comments on commit 18a5719

Please sign in to comment.