diff --git a/src/docs/user/userguide/arcanist_lint.diviner b/src/docs/user/userguide/arcanist_lint.diviner --- a/src/docs/user/userguide/arcanist_lint.diviner +++ b/src/docs/user/userguide/arcanist_lint.diviner @@ -204,8 +204,8 @@ } ``` -Here, the lint message "E221" (which is "multiple spaces before operator") is -disabled, so it won't be shown. The message "E401" (which is "multiple imports +Here, the lint message `E221` (which is "multiple spaces before operator") is +disabled, so it won't be shown. The message `E401` (which is "multiple imports on one line") is set to "warning" severity. If you want to remap a large number of messages, you can use `severity.rules`