Files
cappuccino/Tools/capp_lint
David Richardson 5ff05503a4 Re-enable installation of capp_lint
Requires Python 2, but this is true for XcodeCapp also.
Installs to /usr/bin/local, but must be manually installed using install script in source directory.
2024-07-05 15:14:43 -06:00
..
2024-07-05 15:14:43 -06:00
2013-01-19 02:11:37 +00:00
2024-07-05 15:14:43 -06:00
2013-01-19 02:11:37 +00:00

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.