Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 852 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 852 Bytes

whitespace-linter Build Status

A Leiningen plugin to find the invisible errors you didn't even know existed.

Usage

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-linter

You 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}/**/*

License

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.