Skip to content

Improved compilation of `ignoreSigRegexp`

Compare
Choose a tag to compare
@tomarrell tomarrell released this 17 Feb 15:12
· 12 commits to master since this release
fab0c41

This releases front-loads the compilation of regexps provided via the config file, enabling immediate error reporting.

It also removes the os.Exit(1) upon failing to compile the regexps, to play nicer with golangci-lint.