1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-10 06:41:04 +01:00
phorge-arcanist/src/lint/linter/__tests__
Joshua Spence 1493e043e1 Add an ArcanistCoffeeLintLinter linter.
Summary:
Add a wrapper around [[http://www.coffeelint.org/ | CoffeeLint]] as an `ArcanistExternalLinter`.

Depends on D9041.

Test Plan: Wrote and executed unit tests.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9051
2014-05-16 21:58:53 -07:00
..
coffeelint Add an ArcanistCoffeeLintLinter linter. 2014-05-16 21:58:53 -07:00
cppcheck Modernize ArcanistCppcheckLinter. 2014-05-12 04:30:36 -07:00
cpplint Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
csslint Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
flake8 Fix flake8 unit test. 2014-05-05 18:59:35 -07:00
gjslint Add Closure linter to arcanist 2014-05-15 09:19:28 -07:00
jshint Convert more linters to modern formats with .arclint support 2014-05-05 18:58:13 -07:00
jsonlint Add a JSON linter. 2014-05-05 20:15:35 -07:00
lessc Add a LESS linter. 2014-05-06 06:50:44 -07:00
pep8 Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
phlxhp Add hgsprintf() and jsprintf() to dynamic string lint warning 2013-02-21 16:44:34 -08:00
phpcs Fix an issue with PHPCS output formatting 2013-09-10 15:10:34 -07:00
puppet-lint Add a puppet-lint linter. 2014-05-05 20:42:40 -07:00
pyflakes Convert more linters to modern formats with .arclint support 2014-05-05 18:58:13 -07:00
ruby Make ruby -wc a linter in Arcanist 2012-09-11 10:42:50 -07:00
spelling Ready more linters and linter functions for .arclint 2013-08-26 05:37:10 -07:00
text Added ArcanistTextLinter::LINT_BOF_WHITESPACE and ArcanistTextLinter::LINT_EOF_WHITESPACE 2014-01-13 18:05:42 -08:00
xhpast Add a linter rule for determining when single quotes should be used over double quotes. 2014-05-16 19:26:55 -07:00
xml Add an XML linter. 2014-05-05 20:15:53 -07:00
ArcanistArcanistLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistClosureLinterTestCase.php Add Closure linter to arcanist 2014-05-15 09:19:28 -07:00
ArcanistCoffeeLintLinterTestCase.php Add an ArcanistCoffeeLintLinter linter. 2014-05-16 21:58:53 -07:00
ArcanistCppcheckLinterTestCase.php Modernize ArcanistCppcheckLinter. 2014-05-12 04:30:36 -07:00
ArcanistCpplintLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistCSSLintLinterTestCase.php Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
ArcanistFlake8LinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistJSHintLinterTestCase.php Modernize ArcanistJSHintLinter. 2014-05-05 14:22:27 -07:00
ArcanistJSONLintLinterTestCase.php Add a JSON linter. 2014-05-05 20:15:35 -07:00
ArcanistLesscLinterTestCase.php Add a LESS linter. 2014-05-06 06:50:44 -07:00
ArcanistLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistNoLintTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPEP8LinterTestCase.php Introduce a rough abstract base class for "linters which run programs and read the results" 2013-08-23 11:52:44 -07:00
ArcanistPHPCSLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPhutilXHPASTLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPuppetLintLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistPyFlakesLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistRubyLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistSpellingLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistTextLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistXHPASTLinterTestCase.php Minor cleanup of linter testing code. 2014-05-13 06:16:02 -07:00
ArcanistXHPASTLintTestSwitchHook.php Add unit tests for implicit fallthrough lint rule 2013-02-23 09:07:28 -08:00
ArcanistXMLLinterTestCase.php Rename test method. 2014-05-13 05:44:32 -07:00