Go to the source code of this file.
|
bool | add_new_check.adapt_cmake (str module_path, str check_name_camel) |
|
None | add_new_check.write_header (str module_path, str module, str namespace, str check_name, str check_name_camel, str description, str lang_restrict) |
|
None | add_new_check.write_implementation (str module_path, str module, str namespace, str check_name_camel) |
|
str | add_new_check.get_module_filename (str module_path, str module) |
|
None | add_new_check.adapt_module (str module_path, str module, str check_name, str check_name_camel) |
|
None | add_new_check.add_release_notes (str module_path, str module, str check_name, str description) |
|
None | add_new_check.write_test (str module_path, str module, str check_name, str test_extension, Optional[str] test_standard) |
|
str | add_new_check.get_actual_filename (str dirname, str filename) |
|
None | add_new_check.update_checks_list (str clang_tidy_path) |
|
None | add_new_check.write_docs (str module_path, str module, str check_name) |
|
str | add_new_check.get_camel_name (str check_name) |
|
str | add_new_check.get_camel_check_name (str check_name) |
|
None | add_new_check.main () |
|