Fix external directory in .clang-tidy

This commit is contained in:
def 2020-10-12 16:12:12 +02:00
parent a4f13ed4a8
commit 7c86dd8e5c

View file

@ -1,3 +1,3 @@
# Need at least one check, otherwise clang-tidy fails, use one that can't
# happen in our code since we don't use OpenMP API.
Checks: openmp-exception-escape
Checks: '-*,openmp-exception-escape'