A Leiningen plugin to find the invisible errors you didn't even know existed.
Add to your :plugins, most likely in your application's :dev
profile.
[whitespace-linter "0.1.0"]To lint all files in your :source-paths and :test-paths run with
no arguments.
lein whitespace-linterYou can also specify the list of files to lint if you want to check files that aren't in your classpath.
lein whitespace-linter app/{scripts,styles}/**/*Copyright © 2015 James Conroy-Finn
Development sponsored by Listora.
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.