Warning, /sdk/clazy/tests/clazy/config.json is written in an unsupported language. File is not indexed.

0001 {
0002     "minimum_clang_version" : 370,
0003     "blacklist_platforms" : "win32",
0004     "tests" : [
0005         {
0006             "filename" : "test_requested_checks.sh",
0007             "compare_everything" : true,
0008             "minimum_qt_version" : 50500
0009         },
0010         {
0011             "filename" : "suppressions.cpp",
0012             "checks"   : ["qstring-allocations", "foreach", "qdatetime-utc"]
0013         },
0014         {
0015             "filename" : "suppressionsWholeFile.cpp",
0016             "checks"   : ["qstring-allocations", "foreach"]
0017         },
0018         {
0019             "filename" : "werror.cpp",
0020             "flags"    : "-Werror",
0021             "must_fail": true,
0022             "checks"   : ["qgetenv"]
0023         },
0024         {
0025             "filename" : "werror2.cpp",
0026             "flags"    : "-Werror",
0027             "checks"   : ["qgetenv"],
0028             "env"      : { "CLAZY_NO_WERROR" : "1" }
0029         },
0030         {
0031             "filename" : "qt4compat1.cpp",
0032             "checks"   : ["old-style-connect"],
0033             "has_fixits" : true
0034         },
0035         {
0036             "filename" : "qt4compat2.cpp",
0037             "checks"   : ["old-style-connect"],
0038             "qt4compat": true
0039         },
0040         {
0041             "filename" : "onlyQt1.cpp",
0042             "checks"   : ["old-style-connect"],
0043             "only_qt"  : false,
0044             "has_fixits" : true
0045         },
0046         {
0047             "filename" : "onlyQt2.cpp",
0048             "checks"   : ["old-style-connect"],
0049             "only_qt"  : true
0050         }
0051     ]
0052 }