8000 Problem matchers by damccorm · Pull Request #4 · actions/setup-python · GitHub
[go: up one dir, main page]

Skip to content

Problem matchers #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Simplify again
  • Loading branch information
Danny McCormick authored Jul 8, 2019
commit f2e7c5bedb8f9f6e4e8e3bf296cfcfb7ee447025
6 changes: 2 additions & 4 deletions .github/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
"owner": "python",
"pattern": [
{
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)\\s*raise\\s(.*)\\(\\'(.*)\\'\\)$",
"regexp": "^\\s*File\\s\\\"(.*)\\\",\\sline\\s(\\d+),\\sin\\s(.*)$",
"file": 1,
"line": 2,
"severity": 4,
"message": 5
"line": 2
}
]
}
Expand Down
0