We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95bd50a commit 15979eaCopy full SHA for 15979ea
1 file changed
.github/workflows/lint.yml
@@ -37,7 +37,8 @@ jobs:
37
step-summary: true
38
style: file # uses .clang-format
39
thread-comments: true
40
- tidy-checks: "" # use only .clang-tidy checks
+ tidy-checks: "-*" # disable clang-tidy, only use clang-format
41
+ extra-args: "-I./include -I./app/common -I./app/ui -I./evm -I. -I./tests"
42
43
- name: Fail if errors
44
if: steps.linter.outputs.checks-failed > 0
0 commit comments