erblint: avoid parentheses for method calls with no arguments

This commit is contained in:
Andy Allan 2019-03-27 10:59:10 +01:00
parent 6d0100b91d
commit 3834ed45e6
2 changed files with 1 additions and 3 deletions

View file

@ -50,8 +50,6 @@ linters:
Enabled: false # TODO
Style/WordArray:
Enabled: false # TODO
Style/MethodCallWithoutArgsParentheses:
Enabled: false # TODO
Layout/LeadingBlankLines:
Enabled: false # TODO
Style/NestedParenthesizedCalls:

View file

@ -1,4 +1,4 @@
<%
set_title()
set_title
content_for(:content_class) { "overlay-sidebar" }
%>