| 1223 | } |
| 1224 | |
| 1225 | pub fn supported_checker_names() -> &'static [&'static str] { |
| 1226 | &[ |
| 1227 | "arduino_macro_usage", |
| 1228 | "asm_js_location", |
| 1229 | "attribute", |
| 1230 | "bare_allocation", |
| 1231 | "bare_using", |
| 1232 | "banned_headers", |
| 1233 | "banned_define", |
| 1234 | "banned_macros", |
| 1235 | "banned_namespace", |
| 1236 | "builtin_memcpy", |
| 1237 | "cpp_hpp_includes", |
| 1238 | "cpp_hpp_header_pair", |
| 1239 | "cpp_include", |
| 1240 | "ctype_global", |
| 1241 | "enum_class", |
| 1242 | "esp_rom_printf", |
| 1243 | "fastled_header_usage", |
| 1244 | "fl_is_defined", |
| 1245 | "headers_exist", |
| 1246 | "include_after_namespace", |
| 1247 | "include_paths", |
| 1248 | "impl_hpp_includes", |
| 1249 | "logging_in_iram", |
| 1250 | "is_header_include", |
| 1251 | "iwyu_pragma_block", |
| 1252 | "member_style", |
| 1253 | "namespace_fl_declaration", |
| 1254 | "namespace_includes", |
| 1255 | "namespace_platforms", |
| 1256 | "native_platform_defines", |
| 1257 | "noexcept_special_members", |
| 1258 | "numeric_limit_macros", |
| 1259 | "platform_includes", |
| 1260 | "platforms_fl_namespace", |
| 1261 | "pragma_once", |
| 1262 | "platform_pragma", |
| 1263 | "platform_trampoline", |
| 1264 | "raw_noexcept", |
| 1265 | "raw_pragma", |
| 1266 | "reinterpret_cast", |
| 1267 | "relative_include", |
| 1268 | "serial_printf", |
| 1269 | "simd_intrinsics", |
| 1270 | "sleep_for", |
| 1271 | "span_from_pointer", |
| 1272 | "static_in_headers", |
| 1273 | "std_namespace", |
| 1274 | "singleton_in_headers", |
| 1275 | "stdint_type", |
| 1276 | "subdir_namespace", |
| 1277 | "test_aggregation", |
| 1278 | "test_include_paths", |
| 1279 | "test_path_structure", |
| 1280 | "thread_local_keyword", |
| 1281 | "example_serial", |
| 1282 | "unit_test", |