Skip to content

Commit

Permalink
[Rubocop] Adding exclusion of spec/fixtures/** in the `.rubocop-coc…
Browse files Browse the repository at this point in the history
…oapods.yml` common rules config file

even if it has to be repeated in the .rubocop.yml config file if we need to add other exclusions (like `lib/*/vendor/**`)
  • Loading branch information
AliSoftware committed May 2, 2014
1 parent 5ae4e83 commit 6d01f74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop-cocoapods.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
AllCops:
Include:
- Rakefile
Exclude:
- spec/fixtures/**

#- CocoaPods -----------------------------------------------------------------#

Expand Down

0 comments on commit 6d01f74

Please sign in to comment.