Skip to content

Commit

Permalink
Configure pylint for reviewdog reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
ewencluley committed Apr 8, 2021
1 parent e078f5c commit 5a74495
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions megalinter/descriptors/python.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ linters:
vscode:
- name: Native Support
url: https://code.visualstudio.com/docs/python/linting#_pylint
reviewdog_processor:
class_name: Regex
init_params:
regex: ^(?P<path>[^:]+):(?P<line>\d+):(?P<column>\d+):(?P<message>.+)$
ignored_line_regexes:
- ^\s*\*+\s
- ^\s*\[\w+\] .*$

# BLACK
- linter_name: black
Expand Down

0 comments on commit 5a74495

Please sign in to comment.