Commit 258784af authored by Kyle Fuller's avatar Kyle Fuller

[Rubocop] Exclude spec fixtures

banana-lib (libPusher) has a Ruby script which breaks `Style/WordArray`
parent 94afcf8e
...@@ -3,3 +3,7 @@ inherit_from: ...@@ -3,3 +3,7 @@ inherit_from:
- .rubocop_cocoapods.yml - .rubocop_cocoapods.yml
#- CocoaPods ------------------------------------------------------------------ #- CocoaPods ------------------------------------------------------------------
AllCops:
Exclude:
- spec/fixtures/**/*.rb
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment