process_file: Process file
Description
It calls find_pattern
on given file and return detected markers or NULL.
Usage
process_file(filepath, patterns)
Arguments
patterns
vector of characters with given patterns to detect,
e.g. c("TODO", "BUG")
Value
list of markers (which are lists describing properties
of detected item from find_pattern)