Warning, /sdk/clazy/tests/unused-non-trivial-variable/config.json is written in an unsupported language. File is not indexed.

0001 {
0002     "tests" : [
0003         {
0004             "filename" : "main.cpp",
0005             "env" :{ "CLAZY_UNUSED_NON_TRIVIAL_VARIABLE_WHITELIST" : "MyWhitelistedType" }
0006         },
0007         {
0008             "filename" : "no-whitelist.cpp",
0009             "env" : { "CLAZY_EXTRA_OPTIONS" : "unused-non-trivial-variable-no-whitelist",
0010                       "CLAZY_UNUSED_NON_TRIVIAL_VARIABLE_BLACKLIST" : "MyBlacklistedType"
0011                     }
0012         }
0013     ]
0014 }