1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 09:38:50 +02:00
phorge-arcanist/src/lint/linter
vrana 9d92253903 Support arc lint --output none
Summary:
I want to run lint on background and I'm interested only in side effect of caching (and maybe exit status).
This is better than discarding stdout later because we don't do unnecessary work and error conditions are still printed.

Test Plan:
  $ arc lint --output none # with error
  $ echo $?
  $ arc lint --output none # with no lintable paths
  $ arc lint --output none # witout errors

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5106
2013-02-25 14:55:57 -08:00
..
__tests__ Add unit tests for implicit fallthrough lint rule 2013-02-23 09:07:28 -08:00
spelling Add some new misspellings of "hierarchy" 2013-01-10 14:32:23 -08:00
xhpast Implement hook for checking switch lint 2013-02-05 11:46:59 -08:00
ArcanistApacheLicenseLinter.php Temporarily restore apache/license linters 2013-02-11 14:12:10 -08:00
ArcanistBaseXHPASTLinter.php Resolve XHPAST linter futures on background 2013-02-21 00:58:23 -08:00
ArcanistConduitLinter.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistCppcheckLinter.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistCpplintLinter.php Fix checking for lint binary paths 2013-01-10 15:34:42 -08:00
ArcanistFilenameLinter.php Apply new whitespace lint rules to arcanist/ 2013-02-19 14:09:20 -08:00
ArcanistFlake8Linter.php Fix checking for lint binary paths 2013-01-10 15:34:42 -08:00
ArcanistFutureLinter.php Call willLintPath() in future linter 2013-02-21 11:57:38 -08:00
ArcanistGeneratedLinter.php Undumb other generic text linters 2013-02-20 14:36:53 -08:00
ArcanistJSHintLinter.php Don't run disabled lint rules in other linters. 2013-02-14 15:54:10 -08:00
ArcanistLicenseLinter.php Temporarily restore apache/license linters 2013-02-11 14:12:10 -08:00
ArcanistLinter.php Delete newLintAtLine() 2013-02-21 00:56:08 -08:00
ArcanistMergeConflictLinter.php Add linting for syntax brought in by unresolved merge conflicts. 2013-02-20 14:19:55 -08:00
ArcanistNoLintLinter.php Undumb other generic text linters 2013-02-20 14:36:53 -08:00
ArcanistPEP8Linter.php Call willLintPath() in future linter 2013-02-21 11:57:38 -08:00
ArcanistPhpcsLinter.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistPhutilLibraryLinter.php Improve error message for phutil missing symbols 2013-02-06 19:11:06 -08:00
ArcanistPhutilXHPASTLinter.php Support arc lint --output none 2013-02-25 14:55:57 -08:00
ArcanistPyFlakesLinter.php Fix dynamic string usage as safe input 2013-02-02 16:28:15 -08:00
ArcanistPyLintLinter.php Fix dynamic string usage as safe input 2013-02-02 16:28:15 -08:00
ArcanistRubyLinter.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistScalaSBTLinter.php canRun should return false on scala linter instead of raising an exception 2012-12-03 15:25:28 -08:00
ArcanistScriptAndRegexLinter.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistSpellingLinter.php Undumb other generic text linters 2013-02-20 14:36:53 -08:00
ArcanistTextLinter.php Undumb other generic text linters 2013-02-20 14:36:53 -08:00
ArcanistXHPASTLinter.php Add unit tests for implicit fallthrough lint rule 2013-02-23 09:07:28 -08:00
reporter.js Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00