Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15391399
D14543.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14543.id.diff
View Options
diff --git a/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner b/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner
--- a/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner
+++ b/src/docs/user/userguide/arcanist_lint_script_and_regex.diviner
@@ -29,16 +29,13 @@
== Script... ==
The script will be invoked once for each file that is to be linted, with
-the file passed as the first argument. The file may begin with a "-"; ensure
+the file passed as the first argument. The file may begin with a `-`; ensure
your script will not interpret such files as flags (perhaps by ending your
-script configuration with "--", if its argument parser supports that).
-
-Note that when run via `arc diff`, the list of files to be linted includes
-deleted files and files that were moved away by the change. The linter should
-not assume the path it is given exists, and it is not an error for the
-linter to be invoked with paths which are no longer there. (Every affected
-path is subject to lint because some linters may raise errors in other files
-when a file is removed, or raise an error about its removal.)
+script configuration with `--`, if its argument parser supports that).
+
+Note that when run via `arc diff`, the list of files to be linted does not
+include binary files, symlinks, deleted files, or directories. These special
+file types are not supported by this linter.
The script should emit lint messages to stdout, which will be parsed with
the provided regex.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 16, 9:43 AM (2 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706773
Default Alt Text
D14543.id.diff (1 KB)
Attached To
Mode
D14543: Fix outdated lies in "Script and Regex" linter documentation
Attached
Detach File
Event Timeline
Log In to Comment