Skip to content

Commit 747de73

Browse files
authored
Format readme Markdown
1 parent a288a51 commit 747de73

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,16 @@ Customize the output message format with the `--msg-template=<format string>` op
6262
[Python format syntax](https://docs.python.org/3/library/string.html#formatstrings)
6363
is suported for the message template and the following fields are available:
6464

65-
* filename
65+
* `filename`
66+
The name of the file being linted.
6667

67-
The name of the file being linted.
68+
* `line_no`
69+
The line number of the match.
6870

69-
* line_no
70-
71-
The line number of the match.
72-
73-
* match
74-
75-
The matched text.
76-
77-
* test.*
71+
* `match`
72+
The matched text.
7873

74+
* `test.*`
7975
Any attribute of the test rule, e.g. `test.name` or `test.hint`.
8076

8177

0 commit comments

Comments
 (0)