1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-10-24 17:48:50 +02:00
phorge-arcanist/src/lint/linter
vrana 1708a03f96 Simplify handling errors in PHPCS linter
Test Plan:
  libxml_use_internal_errors(true);
  $report_dom = new DOMDocument();
  $report_dom->loadXML('<a</a>');
  $report_dom = new DOMDocument();
  $report_dom->loadXML('<a></a>');
  $report_dom = new DOMDocument();
  $report_dom->loadXML('');
  print_r(libxml_get_errors());

Reviewers: aurelijus

Reviewed By: aurelijus

CC: aran, epriestley

Differential Revision: https://secure.phabricator.com/D2816
2012-06-22 14:32:48 -07:00
..
__tests__ Warn about pht() with non constant string 2012-06-21 18:07:13 -07:00
xhpast Fix comment 2012-06-02 10:09:23 -07:00
ArcanistApacheLicenseLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistConduitLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistFilenameLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistGeneratedLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistJSHintLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistLicenseLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistNoLintLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPEP8Linter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPhpcsLinter.php Simplify handling errors in PHPCS linter 2012-06-22 14:32:48 -07:00
ArcanistPhutilLibraryLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPhutilModuleLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPyFlakesLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistPyLintLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistScriptAndRegexLinter.php Render chevrons and carets in lint output for messages without "original" text 2012-06-01 15:53:16 -07:00
ArcanistSpellingDefaultData.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistSpellingLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistTextLinter.php Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00
ArcanistXHPASTLinter.php Warn about pht() with non constant string 2012-06-21 18:07:13 -07:00
reporter.js Move files in Arcanist one level up 2012-06-01 11:56:00 -07:00