Skip to content

Commit

Permalink
Disable clang-format and clang-tidy on CI
Browse files Browse the repository at this point in the history
Re-enable if Clang is updated.
  • Loading branch information
sorairolake committed Sep 29, 2023
1 parent 08a3d41 commit 96316f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,3 @@ jobs:
uses: Swatinem/[email protected]
- name: Build examples for the C API
run: just build-capi-examples
- name: Check code formatted
run: |
just clang-format
git diff --exit-code
- name: Check no lint warnings
run: just clang-tidy
2 changes: 1 addition & 1 deletion crate/capi/examples/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

---
Language: Cpp
# BasedOnStyle: Google
# BasedOnStyle: Google
AccessModifierOffset: -1
AlignAfterOpenBracket: Align
AlignArrayOfStructures: None
Expand Down

0 comments on commit 96316f7

Please sign in to comment.