Skip to content

Commit

Permalink
Rubocop ignore files in main dir
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf schers committed Dec 2, 2017
1 parent b74ab3c commit c71c7e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Metrics/BlockLength:
ExcludedMethods: ['describe', 'context']
AllCops:
Excludes:
- '**'
TargetRubyVersion: 2.4
Documentation:
Enabled: false

0 comments on commit c71c7e8

Please sign in to comment.