Ignore `Lint/MissingSuper` in `app/components/`

This commit is contained in:
Andreas Nedbal 2023-10-20 12:51:48 +02:00
parent ae4210d36f
commit 0e68a67d13
1 changed files with 4 additions and 0 deletions

View File

@ -27,6 +27,10 @@ Lint/NestedMethodDefinition:
Exclude: Exclude:
- api/sinatra/**/* - api/sinatra/**/*
Lint/MissingSuper:
Exclude:
- app/components/**/*
### Metrics ### Metrics