Skip to content

Commit

Permalink
Added clang-tidy checks to clangd config, they should be migrated to …
Browse files Browse the repository at this point in the history
….clang-tidy in the future for CI/CD checks
  • Loading branch information
JPenuchot committed Dec 28, 2022
1 parent d87aa97 commit f49cab9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clangd
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ CompileFlags:
CompilationDatabase: build/
Diagnostics:
UnusedIncludes: Strict
ClangTidy:
Add:
- 'bugprone-*'
- 'readability-*'
- 'clang-analyzer-core.*'
- 'clang-analyzer-security.*'

0 comments on commit f49cab9

Please sign in to comment.