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.