Remove outdated Rubocop config

This commit is contained in:
Sebastian Serth
2023-01-18 10:48:53 +01:00
parent 47ff6c136f
commit 3b0e126e38
6 changed files with 1 additions and 50 deletions

View File

@ -24,7 +24,6 @@ Layout/HashAlignment:
Layout/LineLength:
Exclude:
- "api/**/*"
- "config/**/*"
- "db/**/*"
- "spec/**/*"