Skip to content
Snippets Groups Projects
Unverified Commit e94fff89 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #7269 from MikeMcQuaid/rubocop-enable

rubocop.yml: enable non-default checks.
parents 93e323ff 845c7127
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