aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clazy-standalone/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clazy-standalone/config.json')
-rw-r--r--tests/clazy-standalone/config.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/clazy-standalone/config.json b/tests/clazy-standalone/config.json
new file mode 100644
index 00000000..66d92f0c
--- /dev/null
+++ b/tests/clazy-standalone/config.json
@@ -0,0 +1,30 @@
+{
+ "clazy_standalone_only" : true,
+ "tests" : [
+ {
+ "filename" : "header_filter.cpp",
+ "header_filter" : "",
+ "checks" : ["qdatetime-utc"]
+ },
+ {
+ "filename" : "header_filter2.cpp",
+ "header_filter" : ".*_foo.*.h",
+ "checks" : ["qdatetime-utc"]
+ },
+ {
+ "filename" : "header_filter2.cpp",
+ "header_filter" : ".*_foo.*.h",
+ "checks" : ["qdatetime-utc"]
+ },
+ {
+ "filename" : "fileToIgnore.cpp",
+ "ignore_dirs" : ".*fileToIgnore.*",
+ "checks" : ["qdatetime-utc"]
+ },
+ {
+ "filename" : "fileToNotIgnore.cpp",
+ "ignore_dirs" : ".*fileToIgnore.*",
+ "checks" : ["qdatetime-utc"]
+ }
+ ]
+}