Commit 9ef11da
authored
Fix regex for matching pylint exceptions
For some linters pylama adds a semicolon to the error code, but for others not. The regex thus only matched a subset of the results pylama returned. This edit should fix that1 parent 0f14176 commit 9ef11da
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments