Skip to content

Commit

Permalink
Add basic clang-tidy configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Sep 3, 2024
1 parent 4998116 commit 1d1beb8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#
# For a list of checks, run clang-tidy -checks=* --list-checks
# or see https://clang.llvm.org/extra/clang-tidy/checks/list.html
#
---
Checks: '-*,clang-analyzer-core.*'
WarningsAsErrors: ''
HeaderFilterRegex: ''
FormatStyle: none
CheckOptions:
modernize-use-nullptr.NullMacros: 'NULL'
...

0 comments on commit 1d1beb8

Please sign in to comment.