1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 17:48:50 +02:00
phorge-arcanist/src/lint/linter
Andrew Gallagher f8c3a5d555 arc lint: add support for PyFlakes
Summary:
Provide a simple linter wrapper around pyflakes.  This relies on finding
pyflakes via:
- lint.pyflakes.path - arcconfig setting of absolute path to pyflakes
- lint.pyflakes.prefix - arcconfig setting of the prefix that pyflakes
  was installed under
- users path

Test Plan:
linted python code with PyFlakes warnings

Reviewed By: epriestley
Reviewers: jungejason, epriestley
Commenters: jungejason
CC: aran, epriestley, andrewjcg, jungejason
Differential Revision: 310
2011-05-19 16:48:05 -07:00
..
apachelicense Some documentation. 2011-02-19 11:36:08 -08:00
base Allow ArcanistLinter to load files not directly affected by lint 2011-05-08 01:43:49 -07:00
filename Some documentation. 2011-02-19 11:36:08 -08:00
generated Respect @nolint 2011-02-26 20:54:06 -08:00
license Some documentation. 2011-02-19 11:36:08 -08:00
nolint Respect @nolint 2011-02-26 20:54:06 -08:00
pep8 arc lint: fix typo in PEP8 linter 2011-05-19 13:41:18 -07:00
phutilmodule 'arc liberate', convenience wrapper for various libphutil operations 2011-05-17 09:53:19 -07:00
pyflakes arc lint: add support for PyFlakes 2011-05-19 16:48:05 -07:00
text Add an empty file lint test. 2011-03-22 20:51:45 -07:00
xhpast Stop undeclared variable warning for $obj->{$prop} syntax 2011-05-11 22:06:03 -07:00