mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 14:52:40 +01:00
Fix markup in documentation for arcanist lint engine
Summary: Fixed wrong markup which was 1 space instead of 2 Test Plan: I couldn't test it as I don't know how to build documentation Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D7587
This commit is contained in:
parent
9310df9615
commit
17e4e9e651
1 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,12 @@
|
|||
* checks your .arcconfig to see if you have specified a lint engine in the
|
||||
* key "lint.engine". The engine must extend this class. For example:
|
||||
*
|
||||
* lang=js
|
||||
* {
|
||||
* // ...
|
||||
* "lint.engine" : "ExampleLintEngine",
|
||||
* // ...
|
||||
* }
|
||||
* lang=js
|
||||
* {
|
||||
* // ...
|
||||
* "lint.engine" : "ExampleLintEngine",
|
||||
* // ...
|
||||
* }
|
||||
*
|
||||
* The lint engine is given a list of paths (generally, the paths that you
|
||||
* modified in your change) and determines which linters to run on them. The
|
||||
|
|
Loading…
Reference in a new issue