diff --git a/Library/.rubocop.yml b/Library/.rubocop.yml index 17f6ae6e3c..2d7767db2d 100644 --- a/Library/.rubocop.yml +++ b/Library/.rubocop.yml @@ -50,6 +50,12 @@ Lint/AmbiguousRegexpLiteral: Lint/ParenthesesAsGroupedExpression: Enabled: false +# not enabled by default but nice to have +Lint/RaiseException: + Enabled: true +Lint/StructNewOverride: + Enabled: true + # most metrics don't make sense to apply for formulae/taps Metrics/AbcSize: Enabled: false