Skip to content

Commit

Permalink
Merge pull request #268 from chillenzer/update-tooling
Browse files Browse the repository at this point in the history
Update tooling
  • Loading branch information
psychocoderHPC authored Nov 8, 2024
2 parents 8c897de + 8a1281a commit f6af760
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
13 changes: 12 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
Checks: "*, -llvm-header-guard, -fuchsia-default-arguments-declarations, -cppcoreguidelines-no-malloc, -cppcoreguidelines-owning-memory, -misc-non-private-member-variables-in-classes"
Checks: |
*,
-*-avoid-c-arrays,
-altera*,
-*avoid-do-while,
-*constant-array-index,
-*pointer*arithmetic*,
-llvmlibc*,
-llvm-header-guard,
-fuchsia*,
-misc-non-private-member-variables-in-classes,
-cppcoreguidelines-pro-type-reinterpret-cast
HeaderFilterRegex: ".*"
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pre-commit
name: pre-commit
on:
pull_request:
push:
Expand All @@ -11,6 +11,6 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.0
- uses: pre-commit-ci/lite-action@v1.0.1
- uses: pre-commit/action@v3.0.1
- uses: pre-commit-ci/lite-action@v1.0.2
if: always()
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@

# original backup files
*.orig

.cache
compile_commands.json

0 comments on commit f6af760

Please sign in to comment.