rubocop: Style/RedundantReturn, 3307

This commit is contained in:
Peter Bhat Harkins 2018-03-02 07:27:49 -06:00
parent 98adf81867
commit 8acf1665c1

View File

@ -34,5 +34,7 @@ Layout/EmptyLinesAroundExceptionHandlingKeywords:
# Security
# Style
Style/RedundantReturn:
Enabled: false
Style/StringLiterals:
Enabled: false