Files
cappuccino/Tools/capp_lint
Alexander Ljungberg 1a14ef2418 Fixed: capp_lint handling of string literals with escapes.
This could cause capp_lint to warn about what it perceived as code inside of string literals if the string literal ended with an escaped backslash.
2012-05-25 01:07:35 +01:00
..
2012-04-20 11:57:18 +02: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:

http://cappuccino.org/contribute/coding-style.php

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.