Now make sure we're not picking up generated headers
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 6 Aug 2020 06:49:17 +0000 (08:49 +0200)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Wed, 12 Aug 2020 06:45:12 +0000 (06:45 +0000)
commit65407483e58313319f65196986e9912d84f169f2
treef9114e45c8bee4f788592e32014459af61991663
parent1e8340cd48f0f4e2cee5cbbdabc7796d1b44905d
Now make sure we're not picking up generated headers

This could happen (and started to happen more with clang-tidy 10) that
clang-tidy picked up errors in headers from the build directory. Now
that we moved the build directory out of source, we can simply filter
headers based on the pwd.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
.drone.yml