Skip to content
Snippets Groups Projects
Commit 009176e8 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

removed tests from clang tidy checks

parent 6c0b8c74
No related merge requests found
...@@ -4,7 +4,7 @@ import json ...@@ -4,7 +4,7 @@ import json
import sys import sys
def compileCommandSelector(x): def compileCommandSelector(x):
return not ("extern" in x["file"]) return not (("extern" in x["file"]) or ("tests" in x["file"]))
if __name__ == "__main__": if __name__ == "__main__":
if (len(sys.argv) != 2): if (len(sys.argv) != 2):
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment