react-native-test-app/.github/rubocop.json

18 строки
297 B
JSON

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