summaryrefslogtreecommitdiff
path: root/AK/.clang-tidy
blob: 3c05830063930d2fcfe2cdd6fb2d7637da6f4a11 (plain)
1
2
3
4
5
6
7
---
# Disabled checks:
#
# misc-unused-using-decls: AK exports all public names into the global namespace per project style
#
Checks: '-misc-unused-using-decls'
InheritParentConfig: true