mirror of
https://github.com/ra3xdh/qucs_s
synced 2025-03-28 21:13:26 +00:00
Add more checks to clangd config
This commit is contained in:
parent
4efcd43514
commit
1d449c8b40
7
.clangd
7
.clangd
@ -1,3 +1,4 @@
|
||||
# Documentation for this file: https://clangd.llvm.org/config
|
||||
If:
|
||||
PathMatch: [ .*\.cpp, .*\.h ]
|
||||
|
||||
@ -5,5 +6,9 @@ CompileFlags:
|
||||
Add: [-std=c++17]
|
||||
|
||||
Diagnostics:
|
||||
# List of clang-tidy checks: https://clang.llvm.org/extra/clang-tidy/checks/list.html
|
||||
ClangTidy:
|
||||
Add: [ bugprone-*, readability-* ]
|
||||
# Put here checks you want to use
|
||||
Add: [ bugprone-*, readability-*, misc-*, cppcoreguidelines-* ]
|
||||
# Put here checks you don't want to use
|
||||
Remove: [ ]
|
Loading…
x
Reference in New Issue
Block a user