Disable new Rubo-Cops

We have enough violations already. Let's add them as we see fit and
avoid the warnings for now.
This commit is contained in:
Maikel Linke
2021-03-25 17:41:45 +11:00
parent f2103e923f
commit 74fce2d2f1

View File

@@ -5,6 +5,7 @@
# rubocop locally, the default configuration file `.rubocop.yml` loads
# our "todo lists" to ignore all current violations.
AllCops:
NewCops: disable
TargetRailsVersion: 5.0
Exclude:
- 'bin/**/*'