Closed EvanHahn closed 4 years ago
This makes the no-extra-semi and the no-mixed-spaces-and-tabs errors, not warnings. It also introduces the indent rule to enforce consistent indentation.
no-extra-semi
no-mixed-spaces-and-tabs
indent
After introducing these rules, I fixed them. The whitespace-free version of this diff should be easier to review.
This brings the warning count down from 135 to 95.
Rebased and merged with some extra lint fixes in https://github.com/cgfrost/moolater/pull/20 The linters are running in the Travis build now as well, that went in a separate commit.
This makes the
no-extra-semi
and theno-mixed-spaces-and-tabs
errors, not warnings. It also introduces theindent
rule to enforce consistent indentation.After introducing these rules, I fixed them. The whitespace-free version of this diff should be easier to review.
This brings the warning count down from 135 to 95.