We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fd86b commit 8a41cf2Copy full SHA for 8a41cf2
.clang-tidy
@@ -66,6 +66,7 @@ Checks: >
66
-readability-uppercase-literal-suffix,
67
-misc-confusable-identifiers,
68
-portability-simd-intrinsics,
69
+ -clang-diagnostic-unknown-warning-option
70
### Reasons for exclusions
71
## Generally not applicable
72
# abseil we don't use the abseil library
.github/workflows/workflow.yaml
@@ -110,12 +110,6 @@ jobs:
110
steps:
111
- uses: actions/checkout@v2
112
113
- - name: Install clang
114
- uses: KyleMayes/[email protected]
115
- with:
116
- version: 15
117
- env: true
118
-
119
- name: Install clang-tidy
120
run: |
121
sudo apt update
0 commit comments