1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-09 14:21:01 +01:00
phorge-arcanist/src/lint
Joshua Spence 4e3df80584 Move LINT_NO_COMMIT from ArcanistTextLinter to a new linter
Summary: I don't feel that this linter rule belongs in the `ArcanistTextLinter`. In fact, this linter rule is quite similar to the rules provided by `ArcanistGeneratedLinter` and `ArcanistNoLintLinter` and these classes could possibly be consolidated. I have moved this linter rule to a standalone `ArcanistCommitLinter` class (which could possibly do additional lints in the future).

Test Plan: Moved existing test cases.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10473
2015-01-04 16:20:32 +11:00
..
engine Update lint engine documentation 2014-11-24 15:01:19 -08:00
linter Move LINT_NO_COMMIT from ArcanistTextLinter to a new linter 2015-01-04 16:20:32 +11:00
renderer Rename ArcanistLintRenderer subclasses 2014-07-25 08:16:29 +10:00
ArcanistLintMessage.php Remove @group annotations 2014-07-09 09:12:13 +10:00
ArcanistLintPatcher.php Apply some autofix linter rules 2014-09-10 06:50:32 +10:00
ArcanistLintResult.php Remove @group annotations 2014-07-09 09:12:13 +10:00
ArcanistLintSeverity.php Remove @group annotations 2014-07-09 09:12:13 +10:00