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