mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
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:
parent
ebecbeed42
commit
de77d5249b
1 changed files with 2 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue