Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stacktrace: Implement is_ignored function
is_ignored function can be used to check whether the input `report` contains any ignore string. Ignore string can be read from the given file. Each line of the file is considered as ignore string. Ignore string could be function name, library name as well as something you want. Ignore file example: $ cat ignore.txt libfoo bar baz Signed-off-by: Bojun Seo <[email protected]>
- Loading branch information