Skip to content

Commit 51e310c

Browse files
committed
fix(pylint): custom report
1 parent fbe1685 commit 51e310c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.example.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ customLinters:
163163
- "--"
164164
args:
165165
- |
166-
pylint --recursive=y ./
166+
pylint --msg-template='{path}:{line}:{column}: {msg} ({symbol})' --reports=n --score=n --recursive=y ./ | grep -v "^\*\*\*\*\*\*\*"
167167
kubernetesAsRunner:
168168
namespace: "reviewbot"
169169
image: "aslan-spock-register.qiniu.io/reviewbot/base:go1.22.3-pylint3.3.1"

0 commit comments

Comments
 (0)