clang-tidy: Configure via file

This commit is contained in:
Dennis Klein
2019-07-05 17:40:08 +02:00
committed by Dennis Klein
parent 051f064c60
commit 4351b98d85
2 changed files with 4 additions and 1 deletions

3
.clang-tidy Normal file
View File

@@ -0,0 +1,3 @@
---
Checks: '*,-google-*,-fuchsia-*,-cert-*'
HeaderFilterRegex: '.*/(boost|fairlogger)/.*'