]> git.ipfire.org Git - thirdparty/pdns.git/commit
Add clang-tidy config files 11352/head
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 22 Feb 2022 10:11:53 +0000 (11:11 +0100)
committerFred Morcos <fred.morcos@open-xchange.com>
Thu, 24 Feb 2022 15:37:39 +0000 (16:37 +0100)
commitc3dc3e4da0452daca46180dadfc3ef55c23eb9b2
tree5e926d2f3ed721549bea819b40df1b59cc6af3ad
parent4594318d06c77f27c48d098ec97b1c3d39eae74f
Add clang-tidy config files

This adds two configuration files for clang-tidy. One `clang-tidy.full`
which enables all useful checks and the other `clang-tidy.bugs` which
only enables the bugprone-* and concurrency-* sets of checks.

To enable either one, symlink them to `.clang-tidy` in the top-level
directory.
.clang-tidy.bugs [new file with mode: 0644]
.clang-tidy.full [new file with mode: 0644]
.gitignore