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

18 строки
290 B
JSON

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