1
0
Fork 0

Exclude "bin/" from RuboCop

This commit is contained in:
Alex Kotov 2020-02-14 18:43:42 +05:00
parent 1f56299818
commit ccde02e8ca
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AllCops:
DisplayCopNames: true
Exclude:
- 'bin/**/*'
- 'db/schema.rb'
- 'lib/tasks/cucumber.rake'
- 'lib/templates/**/*'