mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-26 11:58:25 +08:00
Initial version of job
This commit is contained in:
19
.github/android-lint-line-matcher.json
vendored
Normal file
19
.github/android-lint-line-matcher.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
// Example:
|
||||
// /path/to/file/build.gradle:55: Warning: A newer version of androidx.core:core-ktx than 1.2.0-beta01 is available: 1.2.0-rc01 [GradleDependency]
|
||||
"problemMatcher": [
|
||||
{
|
||||
"owner": "android-lint-line",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^(.+):(\\d+):\\s+(Warning|Error):\\s+(.+)\\s+\\[(.+)\\]$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 3,
|
||||
"message": 4,
|
||||
"code": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user