-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.reviewdog.yml
More file actions
35 lines (35 loc) · 1.02 KB
/
Copy path.reviewdog.yml
File metadata and controls
35 lines (35 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
runner:
editorconfig-checker:
cmd: ec -no-color
errorformat:
- '%-G%+P%f:'
- '%\s%+%l: %m'
- '%-Q'
- '%-G%.%#'
shellcheck:
cmd: fd -H -E .git/ -E .task/ -t f -e sh -e bash -X shellcheck -f json {} | jq -M -f scripts/reviewdog-shellcheck.jq
format: rdjson
actionlint:
cmd: actionlint -shellcheck shellcheck -oneline -no-color
errorformat:
- '%f:%l:%c: %m'
ghalint-run:
cmd: ghalint --log-color never run
errorformat:
- '%.%#error="%m" job_name=%.%#workflow_file_path=%f'
- '%-G%.%#'
ghalint-act:
cmd: ghalint --log-color never act
errorformat:
- '%.%#action_file_path=%f error="%m" policy_name=%.%#'
- '%-G%.%#'
zizmor:
cmd: zizmor --quiet --no-progress --format=sarif .
format: sarif
clippy:
cmd: cargo clippy --quiet --message-format json | clippy-reviewdog-filter
format: checkstyle
hadolint:
cmd: fd -H -E .git/ -E .task/ -t f -g Dockerfile -X hadolint -f json {} | jq -M -f scripts/reviewdog-hadolint.jq
format: rdjson