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

@ -14,9 +14,7 @@ Metrics/BlockLength:
- "spec/**/*"
- "config/**/*"
- "**/*.rake"
- "api/**/*"
- "Rakefile"
- "Guardfile"
- "**/*/Rakefile"
Max: 50