sblint icon indicating copy to clipboard operation
sblint copied to clipboard

A linter for Common Lisp source code using SBCL

Results 5 sblint issues
Sort by recently updated
recently updated
newest added

``` $> sblint $> ``` What does this mean? Does it mean that the tested system has nothing to be linted? With the verbose option, it seems that it just...

It would be nice to show warnings on symbols which are: - imported through `:import-from` but not used. - imported via `:use`, but none of the `:used` package's symbols are...

``` $ rove sblint-tests.asd Testing System sblint-tests ;; testing 'sblint/tests/main' simple-test ✓ Expect #S(SBLINT/TESTS/MAIN::RESULT :FILE "tests/example/simple.lisp" :LINE-NUMBER "4" :COLUMN "0" :MESSAGE "style-warning: The variable X is defined but never used.")...

I'm new to sblint and roswell. I followed the install guide, and attempted to lint my project https://github.com/ahungry/ahungry-fleece . Unfortunately, upon each package that should have been quickloaded, I had...

sblint [15:31:22] ; ; caught ERROR: ; READ error during COMPILE-FILE: ; ; Lock on package SB-DI violated when interning DEBUG-VAR-INFO while in package ; DISSECT. ; See also: ;...