Exclude shell scripts from rubocop

This commit is contained in:
Henré Botha 2017-10-23 13:24:09 +02:00
parent c866b12d8c
commit 95e5e98d33

View file

@ -6,6 +6,7 @@ AllCops:
- 'benchmarks/*'
- 'profile/*'
- 'lib/yaml/*'
- 'lib/**/*.sh'
DisplayCopNames: true
TargetRubyVersion: 2.1