Created
June 21, 2020 16:38
-
-
Save Bogdaan/489d13b57f1cb29a59fc560ec3812ffc to your computer and use it in GitHub Desktop.
grc config for go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
regexp==== RUN .* | |
colour=blue | |
- | |
regexp=--- PASS: .* | |
colour=green | |
- | |
regexp=^PASS$ | |
colour=green | |
- | |
regexp=^(ok|\?) .* | |
colour=magenta | |
- | |
regexp=^\s*panic: .* | |
colour=red | |
- | |
regexp=--- FAIL: .* | |
colour=red | |
- | |
regexp=[^\s]+\.go(:\d+)? | |
colour=cyan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment