rubocop: Style/ConditionalAssignment, 549

This commit is contained in:
Peter Bhat Harkins 2018-03-17 19:22:35 -05:00
parent 470ebc9d43
commit 7e72b8db13
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ Rails/FilePath:
# Style
Style/BlockDelimiters:
Enabled: false
Style/ConditionalAssignment:
Enabled: false
# It would be nice to have this on, but I'm not up for writing 66 of these in
# the process of addressing the initial 4,489 cop warnings.
Style/Documentation: