excluding tests folder form norm

This commit is contained in:
Clément Le Bihan
2021-05-23 17:18:12 +02:00
parent b0a77b1a56
commit 2a12e06f50
+2 -1
View File
@@ -21,4 +21,5 @@ filer=-whitespace/indent # due to public class rule
# TODO: this should be re-enabled.
exclude_files=cmake-build-debug/*
exclude_files=build/*
exclude_files=build/*
exclude_files=*/tests/*