Skip to content

Commit

Permalink
[Rubocop] Ignore Rails/ApplicationRecord for spec folder
Browse files Browse the repository at this point in the history
  • Loading branch information
klaseskilson committed Aug 15, 2017
1 parent f5cf77c commit 8110082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ Metrics/BlockLength:
Exclude:
- 'spec/**/*'

Rails/ApplicationRecord:
Exclude:
- 'spec/**/*'

Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: comma

0 comments on commit 8110082

Please sign in to comment.