Skip to content

Commit

Permalink
Add linter name as code field on lint annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Apr 20, 2024
1 parent 665425e commit 6d8ca77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@
"owner": "lint",
"pattern": [
{
"regexp": "^\\/home\\/runner\\/work\\/apiary-mobile\\/apiary-mobile\\/([\\/a-zA-Z-\\\\.]+):(\\d+):\\s+([a-zA-Z]+):\\s+(.+)$",
"regexp": "^\\/home\\/runner\\/work\\/apiary-mobile\\/apiary-mobile\\/([\\/a-zA-Z-\\\\.]+):(\\d+):\\s+([a-zA-Z]+):\\s+(.+)\\s+(\\[[a-zA-Z]+\\])$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
"message": 4,
"code": 5
}
]
},
Expand Down

0 comments on commit 6d8ca77

Please sign in to comment.