- updating bikeshed to 0.5.1 (#16)
- bikeshed options changed, it now requires
:check?
option to include possible checks:
- bikeshed options changed, it now requires
(check/with-bikeshed :options {:check? #{:long-lines}
:verbose true
:max-line-length 42})
or
$ boot check/with-bikeshed -o '{:check? #{:long-lines :trailing-whitespace :var-redefs :bad-methods :name-collisions}}'