We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe1685 commit 51e310cCopy full SHA for 51e310c
config/config.example.yaml
@@ -163,7 +163,7 @@ customLinters:
163
- "--"
164
args:
165
- |
166
- pylint --recursive=y ./
+ pylint --msg-template='{path}:{line}:{column}: {msg} ({symbol})' --reports=n --score=n --recursive=y ./ | grep -v "^\*\*\*\*\*\*\*"
167
kubernetesAsRunner:
168
namespace: "reviewbot"
169
image: "aslan-spock-register.qiniu.io/reviewbot/base:go1.22.3-pylint3.3.1"
0 commit comments