mirror of
https://github.com/garabik/grc.git
synced 2024-10-28 17:41:01 +01:00
22 lines
363 B
Plaintext
22 lines
363 B
Plaintext
# go-test grc colorizer configuration
|
|
regexp==== RUN .*
|
|
colour=bright_blue
|
|
-
|
|
regexp=--- PASS: .* (\(\d+\.\d+s\))
|
|
colour=green, yellow
|
|
-
|
|
regexp=^PASS$
|
|
colour=bold white on_green
|
|
-
|
|
regexp=^(ok|FAIL)\s+.*
|
|
colour=default, magenta
|
|
-
|
|
regexp=--- FAIL: .* (\(\d+\.\d+s\))
|
|
colour=red, yellow
|
|
-
|
|
regexp=^FAIL$
|
|
colour=bold white on_red
|
|
-
|
|
regexp=[^\s]+\.go(:\d+)?
|
|
colour=cyan
|