[gcc] regex = "^(?P[^:]+):(?P\\d+):(?P\\d+): warning: (?P.+) \\[(?P.+)\\]" files = ["**/foo.log", "**/bar.log"] [rust] regex = "^warning: (?P.+)\n\\s+-->\\s(?P[^:]+):(?P\\d+):(?P\\d+)$" files = ["**/foo.log"] [flake8] regex = "^(?P[^:]+):(?P\\d+):(?P\\d+): (?P[^\\s]+) (?P.+)$" files = ["**/lint.log"]