Closed krisrave closed 3 years ago
Please add the option in the message template to add the decoded version of each error. My desired output is something like the following.
.\foo_bar\foo.py:test_func:3 DAR201 - The docstring is missing a return from definition.
Currently the only option available is:
.\foo_bar\foo.py:test_func:3 DAR201 - return
This format doesn't give a good enough description to those that aren't familiar with the error codes.
Hadn't checked the verbosity options.
Please add the option in the message template to add the decoded version of each error. My desired output is something like the following.
.\foo_bar\foo.py:test_func:3 DAR201 - The docstring is missing a return from definition.
Currently the only option available is:
.\foo_bar\foo.py:test_func:3 DAR201 - return
This format doesn't give a good enough description to those that aren't familiar with the error codes.