1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-02-12 23:08:36 +01:00
phorge-arcanist/src/lint
Joshua Spence ab5c1562c0 Add a JSON linter.
Summary: Provide bindings for [[https://github.com/zaach/jsonlint | JSONLint]], which is a useful tool for linting and validating JSON. Theoretically, this could be done with pure PHP, however it would not be trivial (`json_decode`, for example, does not provide any context as to JSON validation errors).

Test Plan: Wrote and executed unit tests.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D8988
2014-05-05 20:15:35 -07:00
..
engine Fix markup in documentation for arcanist lint engine 2013-11-14 10:19:08 -08:00
linter Add a JSON linter. 2014-05-05 20:15:35 -07:00
renderer Improve arc lint --output summary 2013-12-18 14:21:03 -08:00
ArcanistLintMessage.php Support for lint messages which are always shown 2013-06-09 08:38:30 -07:00
ArcanistLintPatcher.php Delete license headers from files 2012-11-05 11:16:24 -08:00
ArcanistLintResult.php Introduce arc lint --only-new 1 2012-12-03 17:21:17 -08:00
ArcanistLintSeverity.php Don't run disabled lint rules 2013-02-14 15:31:10 -08:00