{
"problemMatcher": [
"owner": "rubocop",
"pattern": [
"regexp": "^(.*?\\.rb):(\\d+):(\\d+):.*?:\\s*(.*?):\\s*(.*)$",
"file": 1,
"line": 2,
"column": 3,
"code": 4,
"message": 5
}
]