We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9907f33 commit 9b20c66Copy full SHA for 9b20c66
README.md
@@ -56,25 +56,6 @@ option `--diff [-d]` or `--git-diff [-g]`:
56
git diff --unified=0 | relint my_file.py --diff
57
```
58
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
78
### pre-commit
79
80
You can automate the linting process by adding a
0 commit comments