Ignore `Lint/MissingSuper` in `app/components/`
This commit is contained in:
parent
ae4210d36f
commit
0e68a67d13
|
@ -27,6 +27,10 @@ Lint/NestedMethodDefinition:
|
|||
Exclude:
|
||||
- api/sinatra/**/*
|
||||
|
||||
Lint/MissingSuper:
|
||||
Exclude:
|
||||
- app/components/**/*
|
||||
|
||||
|
||||
### Metrics
|
||||
|
||||
|
|
Loading…
Reference in New Issue