mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Fix clang-tidy on CI and introduce .clang-tidy file
This commit is contained in:
parent
80adcf3c88
commit
c3e2f84273
3 changed files with 11 additions and 22 deletions
8
.clang-tidy
Normal file
8
.clang-tidy
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
Checks: "-*,
|
||||
boost-*,
|
||||
portability-*,
|
||||
"
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: ''
|
||||
FormatStyle: none
|
Loading…
Add table
Add a link
Reference in a new issue