DecodeGenetics / graphtyper

Population-scale genotyping using pangenome graphs
http://dx.doi.org/10.1038/ng.3964
MIT License
167 stars 20 forks source link

Add Clang tidy config #79

Closed hannespetur closed 3 years ago

hannespetur commented 3 years ago

Adds a Clang tidy config (.clang-tidy) in project root. PR also includes several fixes for a few of the current tidy warnings as a start (a ton of warnings still remain). A long term goal would be to fix all of those warnings and add a workflow check (similar to "check_format" with clang-format).