1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-13 15:28:34 +01:00
phorge-arcanist/src/lint/linter
epriestley 7870e7f2e4 Warn when accessing deprecated lint config
Summary:
Ref T2039. Addresses two issues:

  - Issues a warning for use of config which is deprecated by `.arclint`.
  - We no longer require an engine to be present for these linters, so `arc linters` doesn't fatal if they aren't configured.

Test Plan:
  - Ran `arc linters` in a repo with no JSHint.
  - Ran `arc linters` in a repo with junk in .arcconfig and got a warning when it was read. Verified it still took effect.

Reviewers: chad, btrahan, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Maniphest Tasks: T2039

Differential Revision: https://secure.phabricator.com/D9058
2014-05-11 18:39:28 -07:00
..
__tests__ Add a LESS linter. 2014-05-06 06:50:44 -07:00
spelling Minor formatting changes to ArcanistSpellingDefaultData. 2014-05-11 05:25:47 -07:00
xhpast Implement hook for checking switch lint 2013-02-05 11:46:59 -08:00
ArcanistBaseXHPASTLinter.php Make the methods of ArcanistBaseXHPASTLinter final. 2014-05-10 01:51:44 -07:00
ArcanistConduitLinter.php Lay groundwork for configuration-driven linters 2013-08-22 16:02:16 -07:00
ArcanistCppcheckLinter.php Simplified the logic in various functions. 2014-03-04 11:00:01 -08:00
ArcanistCpplintLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistCSharpLinter.php Simplified the logic in various functions. 2014-03-04 11:00:01 -08:00
ArcanistCSSLintLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistExternalLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistFilenameLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistFlake8Linter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistFutureLinter.php Call willLintPath() in future linter 2013-02-21 11:57:38 -08:00
ArcanistGeneratedLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistJSHintLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistJSONLintLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistLesscLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistMergeConflictLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistNoLintLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
ArcanistPEP8Linter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistPhpcsLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistPhutilLibraryLinter.php Simplified the logic in various functions. 2014-03-04 11:00:01 -08:00
ArcanistPhutilXHPASTLinter.php Use PHP type hinting in ArcanistXHPASTLinter. 2014-05-10 01:56:06 -07:00
ArcanistPuppetLintLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistPyFlakesLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistPyLintLinter.php Updating the pylint linter to set the output fomat correctly depending on the version of pylint installed 2014-05-05 19:05:16 -07:00
ArcanistRubyLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistScalaSBTLinter.php Warn when accessing deprecated lint config 2014-05-11 18:39:28 -07:00
ArcanistScriptAndRegexLinter.php Provide more help text for arc linters 2014-05-11 16:16:45 -07:00
ArcanistSpellingLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
ArcanistTextLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
ArcanistXHPASTLinter.php Correctly identify @todo comments as TODOs. 2014-03-04 11:03:09 -08:00
ArcanistXMLLinter.php Add 'arc linters' to list available linters and status 2014-05-11 13:42:56 -07:00
reporter.js Modernize ArcanistJSHintLinter. 2014-05-05 14:22:27 -07:00