mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00

* First cmake list file, simple docs. TODO: utils folder. * Support for building utils * All fields except HAVE_DOPRNT in place * Now builds and runs :) * Added support for clang-tidy, if available.
8 lines
No EOL
133 B
YAML
8 lines
No EOL
133 B
YAML
Checks: >
|
|
-*,
|
|
clang-analyzer-*,
|
|
bugprone-*,
|
|
performance-*,
|
|
portability-*
|
|
#WarningsAsErrors: '*'
|
|
HeaderFilterRegex: 'src/.*' |