File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -56,25 +56,6 @@ option `--diff [-d]` or `--git-diff [-g]`:
56
56
git diff --unified=0 | relint my_file.py --diff
57
57
` ` `
58
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
59
# ## pre-commit
79
60
80
61
You can automate the linting process by adding a
You can’t perform that action at this time.
0 commit comments