Skip to content

Commit

Permalink
Remove bugprone-suspicious-include check from tests
Browse files Browse the repository at this point in the history
Tests almost always include a .cpp file so we can test inner methods.
  • Loading branch information
Molter73 committed Aug 30, 2023
1 parent 748b0e0 commit 29d67d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions collector/clangd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,10 @@ Diagnostics:
Remove:
- readability-identifier-length
- modernize-use-trailing-return-type
---
If:
PathMatch: .*Test\.cpp
Diagnostics:
ClangTidy:
Remove:
- bugprone-suspicious-include

0 comments on commit 29d67d0

Please # to comment.