Call namcap (if present) in pre-commit hook#25
Call namcap (if present) in pre-commit hook#25ulidtko wants to merge 2 commits intoeli-schwartz:masterfrom
Conversation
|
I would highly recommend you modify your own workflow to use |
|
Also the output of I absolutely recommend running it, but blocking progress on a bad exit code would be a mistake, the output needs to be reviewed by hand. At least at this point—if you want to contribute to namecap to the point where it's output could be considered canonical that would be great. |
|
Hey @alerque thanks, I'll try The |
cf2af4b to
ffe5459
Compare
namcap is a linter for PKGBUILD's and also built .tar.xz packages. Similar to
lintianfor.debpackages.I figure, pre-commit hook is a good place to call it (if it's installed) automatically.
Please review & merge.