althack-project / althack-project/althack
Enhance clang-tidy configuration and fix remaining warnings
- Vorherrschende Sprache
- C++
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
**Describe the bug**
The current clang-tidy configuration should be improved as it
- still produces warnings that should be fixed
- should be configured through a dedicated configuration file rather than hosting its config in a CMake variable
Both issues are more of a clean-up measure, but should improve both, compilation output readability (and conciseness) and clarity of the current configuration. Many issues stem from system headers, too - this should possibly fixed by ignoring them entirely.
**To Reproduce**
Just compile in a clean environment - many issues will be shown.
**Expected behavior**
No remaining clang-tidy issues (if possible) when doing a clean compile.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.