Ignore builds dir when run rubocop check

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2017-02-28 14:13:01 +02:00
parent 71fbbc9da4
commit eae1f38ba5
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ AllCops:
- 'tmp/**/*'
- 'bin/**/*'
- 'generator_templates/**/*'
- 'builds/**/*'
# Gems in consecutive lines should be alphabetically sorted
Bundler/OrderedGems: