Skip to content

guibog/glip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glip

Code checker and git hook.

To use as git hook:

$ cat > .git/hooks/pre-commit
#!/bin/sh
<path-to>/glip -c <path-to>/glip-hook.cfg
<ctrl-D>
$ chmod -x .git/hooks/pre-commit

See inline doc in glip/glip-hook.cfg

About

Code checker and git hook

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages