From de77d5249b6423ab04b944fe585d66a995af74d5 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 12 Nov 2016 06:27:17 -0800 Subject: [PATCH] Fix some remarkup formatting in the Arcanist lint document Summary: Since this was written, `Ennn` became an event monogram and these became real events. Test Plan: O__O Reviewers: chad Reviewed By: chad Differential Revision: https://secure.phabricator.com/D16845 --- src/docs/user/userguide/arcanist_lint.diviner | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/user/userguide/arcanist_lint.diviner b/src/docs/user/userguide/arcanist_lint.diviner index 54af96f432..d7fcce14e8 100644 --- a/src/docs/user/userguide/arcanist_lint.diviner +++ b/src/docs/user/userguide/arcanist_lint.diviner @@ -204,8 +204,8 @@ For many linters, you can do this by providing a `severity` map: } ``` -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`