Put the contents of the files in this gist in $HOME/.grc/
in their respective files.
Created
January 19, 2016 18:52
-
-
Save michaelavila/12a0312c4721f9ae2790 to your computer and use it in GitHub Desktop.
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
# a grc module for colourising the maven outputs | |
regexp=^\[WARNING\] | |
colours=bold yellow | |
count=once | |
- | |
regexp=^\[ERROR\] | |
colours=bold red | |
count=once | |
- | |
# Passed | |
regexp=.* SUCCESS \[.* | |
colours=green | |
count=stop | |
- | |
regexp=.* BUILD SUCCESS | |
colours=green | |
count=stop | |
- | |
# Failed | |
regexp=(BUILD)? (failed|FAILURE|FAILED|FAIL) | |
colours=bold red | |
count=stop | |
- | |
regexp=Failures: [0-9]+ | |
colours=bold green | |
count=once | |
- | |
regexp=Errors: [0-9]+ | |
colours=bold red | |
count=once | |
- | |
# this is probably a pathname | |
regexp=~?([a-z_][a-z0-9_]{0,30})?/([^\0\n\ !$`&*()+]|\\\ )+\b/? | |
colours=blue | |
count=more |
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
# mvn command | |
mvn\s | |
conf.mvn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment