1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Update Phabricator documentation of script-and-regex linter for behavioral change

Summary: Ref T10124. Corresponding doc update.

Test Plan: COPY / PASTE

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10124

Differential Revision: https://secure.phabricator.com/D15001
This commit is contained in:
epriestley 2016-01-11 17:28:16 -08:00
parent 39a87f6000
commit 77ac52c180

View file

@ -109,7 +109,8 @@ The regex should capture these named patterns with `(?P<name>...)`:
not specified, defaults to the linted file. It is generally not necessary
to capture this unless the linter can raise messages in files other than
the one it is linting.
- `line` (optional) The line number of the message.
- `line` (optional) The line number of the message. If no text is
captured, the message is assumed to affect the entire file.
- `char` (optional) The character offset of the message.
- `offset` (optional) The byte offset of the message. If captured, this
supersedes `line` and `char`.