diff options
author | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-07-25 18:26:37 +0200 |
commit | ab4bc85398a14b62b58694bab83c63be286b2fd5 (patch) | |
tree | 84bfe7b0b6064016bcfadb76ec95d07410654fe8 /module/scripts/lint.scm | |
parent | f29c300507da21a667f5b82e75300f8009eab9cc (diff) | |
parent | f4b7d918eff9770f09893b023fd834f5c0bc33d1 (diff) | |
download | guile-ab4bc85398a14b62b58694bab83c63be286b2fd5.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
GUILE-VERSION
test-suite/tests/srfi-4.test
Diffstat (limited to 'module/scripts/lint.scm')
-rw-r--r-- | module/scripts/lint.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/module/scripts/lint.scm b/module/scripts/lint.scm index aa74fb6a7..cea425ea9 100644 --- a/module/scripts/lint.scm +++ b/module/scripts/lint.scm @@ -105,6 +105,9 @@ #:use-module (ice-9 format) #:export (lint)) +(define %include-in-guild-list #f) +(define %summary "Check for bugs and style errors in a Scheme file.") + (define (lint filename) (let ((module-name (scan-file-for-module-name filename)) (free-vars (uniq (scan-file-for-free-variables filename)))) |