Enabled rubocop verifications

This commit is contained in:
echarp 2020-04-06 18:20:22 +02:00
parent fb01a0f8da
commit 0fe8732441
1 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,8 @@ Style/HashTransformKeys:
Enabled: true Enabled: true
Style/HashTransformValues: Style/HashTransformValues:
Enabled: true Enabled: true
Lint/RaiseException:
Enabled: true
Lint/StructNewOverride:
Enabled: true