mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
use new Cops syntax, ignore example files
This commit is contained in:
parent
12d80ce2cc
commit
1a315363df
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
AllCops:
|
AllCops:
|
||||||
RunRailsCops: true
|
Rails:
|
||||||
|
Enabled: True
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'Guardfile'
|
- 'Guardfile'
|
||||||
# stuff generated by AR and rails
|
# stuff generated by AR and rails
|
||||||
- 'config/deploy-example.rb'
|
- 'config/deploy-example.rb'
|
||||||
|
- 'config/environments/development-example.rb'
|
||||||
|
- 'config/environments/staging-example.rb'
|
||||||
- 'db/schema.rb'
|
- 'db/schema.rb'
|
||||||
- 'db/schema-read-only.rb'
|
- 'db/schema-read-only.rb'
|
||||||
- 'db/whois_schema.rb'
|
- 'db/whois_schema.rb'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue