greglook / cljstyle

A tool for formatting Clojure code
Eclipse Public License 1.0
293 stars 39 forks source link

Add --exclude-dir CLI arguments #44

Closed drewinglis closed 4 years ago

drewinglis commented 4 years ago

This allows you to specify one or many Java glob(s) of files to ignore at runtime.

drewinglis commented 4 years ago

I also notice that there's nothing really directory-specific about this new option - could it just be --exclude and expected to apply to files as well?

I made this change as well.

If this looks good, please squash before merging.