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

19 строки
372 B
JSON

{
"problemMatcher": [
{
"owner": "swiftformat",
"pattern": [
{
"regexp": "react-native-test-app\\/(?!react-native-test-app)(.*):(\\d+):(\\d+): (\\w+): \\((.*?)\\) (.*?)$",
"file": 1,
"line": 2,
"column": 3,
"severity": 4,
"code": 5,
"message": 6
}
]
}
]
}