The default 'text' linter has warnings for tabs in a file. However, unlike the messages for max-line-length, which do not complain about long lines in lines not touched by the commit, the tab lint complains about tabs anywhere in the file. This is pretty annoying, and at least should be configurable.
Description
Description
Event Timeline
Comment Actions
See "Adjusting Message Severities" here for instructions on adjusting the severity:
https://secure.phabricator.com/book/phabricator/article/arcanist_lint/
Comment Actions
To clarify, the severity determines whether or not the error is reported always, or only if it was touched by the commit.
I wonder if tabs should really be considered ERROR by default.