aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clazy/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clazy/config.json')
-rw-r--r--tests/clazy/config.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/clazy/config.json b/tests/clazy/config.json
index 77e2314c..055336cb 100644
--- a/tests/clazy/config.json
+++ b/tests/clazy/config.json
@@ -4,56 +4,47 @@
"tests" : [
{
"filename" : "test_requested_checks.sh",
- "qt_major_versions" : [5],
"compare_everything" : true,
"minimum_qt_version" : 50500
},
{
"filename" : "suppressions.cpp",
- "qt_major_versions" : [5],
"checks" : ["qstring-allocations", "foreach", "qdatetime-utc"]
},
{
"filename" : "suppressionsWholeFile.cpp",
- "qt_major_versions" : [5],
"checks" : ["qstring-allocations", "foreach"]
},
{
"filename" : "werror.cpp",
- "qt_major_versions" : [5],
"flags" : "-Werror",
"must_fail": true,
"checks" : ["qgetenv"]
},
{
"filename" : "werror2.cpp",
- "qt_major_versions" : [5],
"flags" : "-Werror",
"checks" : ["qgetenv"],
"env" : { "CLAZY_NO_WERROR" : "1" }
},
{
"filename" : "qt4compat1.cpp",
- "qt_major_versions" : [5],
"checks" : ["old-style-connect"],
"has_fixits" : true
},
{
"filename" : "qt4compat2.cpp",
- "qt_major_versions" : [5],
"checks" : ["old-style-connect"],
"qt4compat": true
},
{
"filename" : "onlyQt1.cpp",
- "qt_major_versions" : [5],
"checks" : ["old-style-connect"],
"only_qt" : false,
"has_fixits" : true
},
{
"filename" : "onlyQt2.cpp",
- "qt_major_versions" : [5],
"checks" : ["old-style-connect"],
"only_qt" : true
}