X-Git-Url: https://code.consxy.com/gitweb/gitweb.cgi?a=blobdiff_plain;f=README.md;h=a9a31c7afa73d7c5bb46b68b849c5536e5178126;hb=d8636e889212a943adefc3837476bfb2efd23a7b;hp=290c324eb9a130c6d4a7900979ebdf9eb23df2d0;hpb=fb2b62902f65524fab0e86a3555b0071a0983e02;p=wolf diff --git a/README.md b/README.md index 290c324..a9a31c7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Common Lisp Style Checker Enforcement of my guidelines for common lisp style. -If you like, you can [download it](https://github.com/frankduncan/style-checker/releases/download/0.1/style-checker_0.1.tar.gz) +If you like, you can [download it](https://consxy.com/wolf/releases/0.1/style-checker_0.1.tar.gz) ## Syntax Checking Rules * Elements on new line in each form must be indented the same amount @@ -19,18 +19,9 @@ If you like, you can [download it](https://github.com/frankduncan/style-checker/ * Never have two empty lines in a row * Only one in-package per file * No hanging close parens +* If specified, a matching copyright notice must be at the top of the file ### Exceptions * comments * multiline strings * exclude in-package check from package.lisp - -## Usage - -``` -(check-file file) - -(check-directory dir) - -(check-directory pretty-print-check-directory) -```