mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
5 lines
280 B
Plaintext
5 lines
280 B
Plaintext
|
# clang-tidy does not allow easy deactivation of a directory.
|
||
|
# Use a dummy .clang-tidy file that disables all clang-tidy checks except one that will never match.
|
||
|
# This one check is necessary; clang-tidy reports an error when no checks are enabled.
|
||
|
Checks: '-*,llvm-twine-local'
|