Skip to content

Commit

Permalink
fix(pylint): custom report
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlJi committed Dec 4, 2024
1 parent fbe1685 commit 38f74a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ customLinters:
- "--"
args:
- |
pylint --recursive=y ./
pylint --output-format=text --msg-template='{path}:{line}:{column}: {msg} ({symbol})' --reports=n --score=n --recursive=y ./ | grep -E '^[^=].*:[0-9]+:[0-9]+:'
kubernetesAsRunner:
namespace: "reviewbot"
image: "aslan-spock-register.qiniu.io/reviewbot/base:go1.22.3-pylint3.3.1"
Expand Down

0 comments on commit 38f74a8

Please sign in to comment.