Skip to content

Commit 9b20c66

Browse files
committed
Remove msg template section from readme file
1 parent 9907f33 commit 9b20c66

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

-19
Original file line numberDiff line numberDiff line change
@@ -56,25 +56,6 @@ option `--diff [-d]` or `--git-diff [-g]`:
5656
git diff --unified=0 | relint my_file.py --diff
5757
```
5858

59-
### Custom message format
60-
61-
Customize the output message format with the `--msg-template=<format string>` option.
62-
[Python format syntax](https://docs.python.org/3/library/string.html#formatstrings)
63-
is suported for the message template and the following fields are available:
64-
65-
* `filename`
66-
The name of the file being linted.
67-
68-
* `line_no`
69-
The line number of the match.
70-
71-
* `match`
72-
The matched text.
73-
74-
* `test.*`
75-
Any attribute of the test rule, e.g. `test.name` or `test.hint`.
76-
77-
7859
### pre-commit
7960

8061
You can automate the linting process by adding a

0 commit comments

Comments
 (0)