mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 05:27:03 +00:00
11 lines
500 B
Plaintext
11 lines
500 B
Plaintext
capp_lint is a formatting checker for Objective-J. It performs a number of checks that catch
|
|
common formatting mistakes, as defined in the Cappuccino coding style guidelines:
|
|
|
|
https://github.com/cappuccino/cappuccino/blob/master/CONTRIBUTING.md
|
|
|
|
To install capp_lint and its man page, execute install.sh in Terminal. You must have sudo access
|
|
to run the install script.
|
|
|
|
To run capp_lint automatically as a git pre-commit hook, copy "pre-commit" to
|
|
.git/hooks/ at the root level of a git repository.
|