Ignore db/data dir for rubocop #2659

This commit is contained in:
Priit Tark 2015-06-01 12:25:39 +03:00
parent b10f62f539
commit 34c2e2d210

View file

@ -8,6 +8,7 @@ AllCops:
- 'db/whois_schema.rb'
- 'db/api_log_schema.rb'
- 'db/migrate/*'
- 'db/data/*'
# epp support files until 'complexity issues' will be solved
- 'spec/support/epp.rb'
- 'spec/support/epp_contact_xml_builder.rb'