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:
- .rubocop_cocoapods.yml
#- 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