Skip to content

Commit 39c2a87

Browse files
committedSep 30, 2022
parser-common: recognize events produced by HIS metrics checker
1 parent ceb9b62 commit 39c2a87

5 files changed

+9355
-1
lines changed
 

‎src/parser-common.hh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#define RE_CHECKER_NAME_MISRA "(?:MISRA C(?:\\+\\+)?-[0-9]+ (?:Directive|Rule) [0-9.-]+)"
3030
#define RE_CHECKER_NAME RE_CHECKER_NAME_SA "|" RE_CHECKER_NAME_CERT "|" RE_CHECKER_NAME_MISRA
3131

32-
#define RE_EVENT_GCC "(?:(?:(?:fatal|internal) )?[a-z][A-Za-z0-9_-]+)(?:\\[[^ \\]]+\\])?"
32+
#define RE_EVENT_GCC "(?:(?:(?:fatal|internal) )?[A-Za-z][A-Za-z0-9_-]+)(?:\\[[^ \\]]+\\])?"
3333
#define RE_EVENT_PROSPECTOR "(?:[A-Z]+[0-9]+\\[[a-z0-9-]+\\])"
3434
#define RE_EVENT RE_EVENT_GCC "|" RE_EVENT_PROSPECTOR
3535

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
--mode=json

3 commit comments

Comments
 (3)

packit-as-a-service[bot] commented on Sep 30, 2022

@packit-as-a-service[bot]

Your git-forge project github.com/csutils/csdiff has permissions to build in @codescan/csutils Copr project configured in Packit. However, we migrated to the solution where you can configure the allowed git-forge projects in Copr yourself and will remove the configuration in Packit for the allowed projects soon. Therefore, please, add this git-forge project github.com/csutils/csdiff to Packit allowed forge projectsin the Copr project settings.

lzaoral commented on Sep 30, 2022

@lzaoral
Member

@kdudka, I've changed the Copr configuration of @codescan/csutils to allow all projects from @csutils and I've also done the same for @aufover/predator.

lzaoral commented on Sep 30, 2022

@lzaoral
Member

The broken link to settings for groups is already being addressed in packit/packit-service#1680.

Please sign in to comment.