gecko-dev/python/mozlint
Andrew Halberstadt 8c3bcff5a6 Bug 1289805 - Properly normalize all paths so they are absolute, r=smacleod
It's important to use absolute paths so lint errors for the same files don't show up in two
different places. For example, eslint will absolutize a relative path, whereas flake8 will
not.

This patch also makes sure all include/exclude paths are joined to the mozlint 'root' that
was previously calculated from vcs.

MozReview-Commit-ID: KYhC6SEySC3

--HG--
extra : rebase_source : 9b88ee70a997d3f7b6cc0eb849e47931d5726f20
2016-07-19 13:09:38 -04:00
..
mozlint Bug 1289805 - Properly normalize all paths so they are absolute, r=smacleod 2016-07-19 13:09:38 -04:00
test Bug 1289805 - Resolve vcs arguments directly in LintRoller class, r=smacleod 2016-08-10 10:21:43 -04:00
setup.py