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

@ -1,12 +1,5 @@
# TODOs
# The API seems to use huge amounts of {...} blocks for it's API design.
#
Style/BlockDelimiters:
Exclude:
- api/**/*.rb
# Lots of line are too long too.
#
Layout/LineLength: