devops.cpp.buggy_cpp_files

Module for filtering known buggy C++ header files.

Functions

filter_buggy_cpp(files)

Filter out known buggy C++ header files from a list of files.

devops.cpp.buggy_cpp_files.filter_buggy_cpp(files)[source]

Filter out known buggy C++ header files from a list of files.

Parameters:

files (list[str]) – The list of file paths to filter.

Returns:

list[str] – The filtered list of file paths excluding known buggy C++ headers.

Return type:

list[str]