erblint: avoid parentheses for method calls with no arguments
This commit is contained in:
parent
6d0100b91d
commit
3834ed45e6
2 changed files with 1 additions and 3 deletions
|
@ -50,8 +50,6 @@ linters:
|
||||||
Enabled: false # TODO
|
Enabled: false # TODO
|
||||||
Style/WordArray:
|
Style/WordArray:
|
||||||
Enabled: false # TODO
|
Enabled: false # TODO
|
||||||
Style/MethodCallWithoutArgsParentheses:
|
|
||||||
Enabled: false # TODO
|
|
||||||
Layout/LeadingBlankLines:
|
Layout/LeadingBlankLines:
|
||||||
Enabled: false # TODO
|
Enabled: false # TODO
|
||||||
Style/NestedParenthesizedCalls:
|
Style/NestedParenthesizedCalls:
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<%
|
<%
|
||||||
set_title()
|
set_title
|
||||||
content_for(:content_class) { "overlay-sidebar" }
|
content_for(:content_class) { "overlay-sidebar" }
|
||||||
%>
|
%>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue