Closed alexhall closed 8 years ago
Adds a new command-line option -x that accepts a comma-separated list of profiles whose source directories will be excluded from processing. The primary use case would be to exempt the user.clj file in the :dev profile from bikeshed checks.
-x
user.clj
:dev
Merged, thanks!
Adds a new command-line option
-x
that accepts a comma-separated list of profiles whose source directories will be excluded from processing. The primary use case would be to exempt theuser.clj
file in the:dev
profile from bikeshed checks.