I got a weird error with linters for files I haven't touched on my repository, but the error does not appear in the bitcoin repository. Compare
https://travis-ci.org/kallewoof/bitcoin/jobs/453819495 (linter failure) https://travis-ci.org/bitcoin/bitcoin/builds/453819871 (no linter failure)
It seems to dislike the regexp in
match = re.search('^\+\+\+\ (.*?/){%s}(\S*)' % args.p, line)
inside clangformat-diff.py, among other things.
The PR in question is here: #13541
As you can see, I am not touching any of the files being complained about.