You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running rubocop 0.27.1 --auto-gen-config, it generates a TODO files. The style Style/MultilineOperationIndentation is set to Enabled: true when it should be Enabled: false.
The text was updated successfully, but these errors were encountered:
hashar
pushed a commit
to wikimedia/oojs-ui
that referenced
this issue
Nov 17, 2014
'rubocop --auto-gen-config' has a bug which cause a style to be enabled
in the todo file when it should really be disabled. Hence manually
disabled Style/MultilineOperationIndentation.
Filled upstream as:
rubocop/rubocop#1449
Bug: 72841
Change-Id: I5a2007de1f62d5d82910319a918728b499929996
When running rubocop 0.27.1 --auto-gen-config, it generates a TODO files. The style
Style/MultilineOperationIndentation
is set toEnabled: true
when it should beEnabled: false
.The text was updated successfully, but these errors were encountered: