Skip to content
Snippets Groups Projects
Unverified Commit 845c7127 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

rubocop.yml: enable non-default checks.

parent 72f7ef3d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment