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

rubocop.yml: enable new checks.

parent dd0b1bd2
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,14 @@ Style/CollectionMethods:
Style/FormatStringToken:
EnforcedStyle: annotated
# autocorrectable and more readable
Style/HashEachMethods:
Enabled: true
Style/HashTransformKeys:
Enabled: true
Style/HashTransformValues:
Enabled: true
# This shouldn't be enabled until LineLength is lower.
Style/IfUnlessModifier:
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