Explorar o código

CI: adjust regexp for GitHub.Runner.Worker.IssuePatternConfig

Jason Rumney %!s(int64=2) %!d(string=hai) anos
pai
achega
21bb42e876
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruff.json

+ 1 - 1
ruff.json

@@ -3,7 +3,7 @@
         {
             "owner": "ruff",
             "pattern": [
-                "regexp": "^(.*):(\\d+):(\\d*):\\s([A-Z]\\d+)\\s(.*)$",
+                "regexp": "^(.*):(\\d+):(\\d+):\\s([A-Z]\\d+)\\s(.*)$",
                 "file": 1,
                 "line": 2,
                 "column": 3,