@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator

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

+2 -1
+2 -1
src/docs/user/userguide/arcanist_lint_script_and_regex.diviner
··· 109 109 not specified, defaults to the linted file. It is generally not necessary 110 110 to capture this unless the linter can raise messages in files other than 111 111 the one it is linting. 112 - - `line` (optional) The line number of the message. 112 + - `line` (optional) The line number of the message. If no text is 113 + captured, the message is assumed to affect the entire file. 113 114 - `char` (optional) The character offset of the message. 114 115 - `offset` (optional) The byte offset of the message. If captured, this 115 116 supersedes `line` and `char`.