Skip to content

Instantly share code, notes, and snippets.

@LukeWinikates
Created February 17, 2013 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LukeWinikates/4973664 to your computer and use it in GitHub Desktop.
Save LukeWinikates/4973664 to your computer and use it in GitHub Desktop.
grc config file for go text / gocheck output, to make failing tests pop out more
regexp=FAIL:?
colours=red
count=more
-
regexp=PASS:?
colours=green
count=more
-
regexp=/[\w/\.]+:\d+
colours=blue
count=more
-
regexp=(expected|obtained)
colours=yellow
count=once
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment