mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-01-10 23:01:04 +01:00
f25c01606b
Summary: If linter with file cache granularity stops linting then we don't run it on the same path next time. But we still run linters with non-file cache granularity causing that they run even on the paths that would be stopped otherwise. Test Plan: Put global granularity linter after Generated linter. Caused an error from this linter but in ignored path. Verified that 'stopped' is saved in `lint-cache.json`. Linted the same files second time, verified that the path is still skipped (wasn't before). Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4446 |
||
---|---|---|
.. | ||
ArcanistLintEngine.php | ||
ArcanistSingleLintEngine.php | ||
ComprehensiveLintEngine.php | ||
ExampleLintEngine.php | ||
PhutilLintEngine.php | ||
UnitTestableArcanistLintEngine.php |