]> begriffs open source - cmsis/blob - .github/xmllint.json
Correct typo in comment MPU Sample Register
[cmsis] / .github / xmllint.json
1 {
2   "problemMatcher": [
3     {
4       "owner": "xmllint",
5       "severity": "error",
6       "pattern": [
7         {
8           "regexp": "^(.*):(\\d+):(.*)$",
9           "file": 1,
10           "line": 2,
11           "message": 3
12         }
13       ]
14     }
15   ]
16 }