Fix rubocop issues

This commit is contained in:
Brandon High 2019-12-04 16:40:57 -08:00
parent 9a2cd816df
commit 1e67715e2c
No known key found for this signature in database
GPG key ID: 270079C784FCAFDE
4 changed files with 27 additions and 26 deletions

View file

@ -18,6 +18,8 @@ Layout/HashAlignment:
EnforcedHashRocketStyle: table
Layout/FirstHashElementIndentation:
EnforcedStyle: consistent
Metrics/ParameterLists:
Enabled: False
Style/StderrPuts:
Enabled: false