Gilles Peskine 9b2fa72a43 Simplify some regex definitions
Use '|'.join([comma-separated list]) rather than r'...|' r'...|'. This way
there's less risk of forgetting a '|'. Pylint will yell if we forget a comma
between list elements.

Use match rather than search + mandatory start anchor for EXCLUSION_LINES.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-11-25 20:51:28 +01:00
..
2021-11-25 20:51:28 +01:00
2021-10-25 13:16:04 +01:00
2021-09-03 13:19:57 +01:00
2021-10-27 11:45:57 +02:00
2021-11-24 01:54:50 +00:00