mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-26 03:49:28 +08:00
Initial version of job
This commit is contained in:
19
.github/android-lint-file-matcher.json
vendored
Normal file
19
.github/android-lint-file-matcher.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
// Example:
|
||||
// /path/to/file/file.class: Warning: checkClientTrusted is empty, which could cause insecure network traffic due to trusting arbitrary TLS/SSL certificates presented by peers [TrustAllX509TrustManager]
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "android-lint-file",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.+):\\s+(Warning|Error):\\s+(.+)\\s+\\[(.+)\\]$",
|
||||
"file": 1,
|
||||
"severity": 2,
|
||||
"message": 3,
|
||||
"code": 4,
|
||||
"kind": "file"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user