keon94 commented on issue #2907: URL: https://github.com/apache/incubator-devlake/issues/2907#issuecomment-1233693256
tip: Using this Regex/Replace will take care of transforming most if not all function signatures (except lambdas): _regex:_ (^(func|)\s+?(\(.*?\)|)\s*[A-Z][A-Za-z_0-9]+?\(.*\).*?)(error)([\s|,|\)].*$) _sub:_ $1errors.Error$5 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
