The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Introduction to captain

Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically point out issues in code such as missing semicolons, trailing whitespace, and debug statements. By pointing these issues out before code review, this allows a code reviewer to focus on the architecture of a change while not wasting time with trivial style nitpicks. - pre-commit

How it works

captain::install_precommit()

#> Install `.git/hooks/pre-commit` file
#> Install `inst/pre-commit folder`
captain::run_precommit()

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.