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
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user