We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a288a51 commit 747de73Copy full SHA for 747de73
README.md
@@ -62,20 +62,16 @@ Customize the output message format with the `--msg-template=<format string>` op
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
+* `filename`
66
+ The name of the file being linted.
67
- The name of the file being linted.
68
+* `line_no`
69
+ The line number of the match.
70
-* line_no
-
71
- The line number of the match.
72
73
-* match
74
75
- The matched text.
76
77
-* test.*
+* `match`
+ The matched text.
78
+* `test.*`
79
Any attribute of the test rule, e.g. `test.name` or `test.hint`.
80
81
0 commit comments