mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Rubocop ignores db/schema now
This commit is contained in:
parent
8d5152d400
commit
300cdc56e2
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
AllCops:
|
||||
RunRailsCops: true
|
||||
|
||||
Exclude:
|
||||
- 'db/schema.rb'
|
||||
|
||||
Metrics/LineLength:
|
||||
Max: 120
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue