Add allow_multiple_spaces = TRUE
to infix_spaces_linter()
to fully replace assignment_linter()
#940
Milestone
allow_multiple_spaces = TRUE
to infix_spaces_linter()
to fully replace assignment_linter()
#940
Since @f-ritter's original use-case was disallowing these, I think we should also support that rule via an argument (
allow_multiple_spaces = TRUE
). WDYT?Originally posted by @AshesITR in #931 (comment)
NB: The implementation will likely be easier using XPath instead of
ids_with_token
.The text was updated successfully, but these errors were encountered: