We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15979ea commit 8c0594bCopy full SHA for 8c0594b
1 file changed
.github/workflows/lint.yml
@@ -37,7 +37,7 @@ jobs:
37
step-summary: true
38
style: file # uses .clang-format
39
thread-comments: true
40
- tidy-checks: "-*" # disable clang-tidy, only use clang-format
+ 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
0 commit comments