Enable Lint/EnsureReturn cop

This commit is contained in:
Nikita Vasilevsky 2022-02-05 23:51:03 +00:00 committed by GitHub
parent 91f80a899f
commit 8a943a27d8

@ -213,6 +213,9 @@ Lint/DuplicateMethods:
Lint/ErbNewArguments:
Enabled: true
Lint/EnsureReturn:
Enabled: true
# Use my_method(my_arg) not my_method( my_arg ) or my_method my_arg.
Lint/RequireParentheses: