clj-commons / clj-yaml

YAML encoding and decoding for Clojure
Other
122 stars 26 forks source link

linting: bump kondo, add eastwood #78

Closed lread closed 2 years ago

lread commented 2 years ago

bb lint task now invokes lint-kondo and lint-eastwood tasks.

CI updated to also run eastwood.

A few clj-kondo linters enabled.

Address Eastwood finding about deprecated SnakeYAML class usage.

Closes #76 Closes #77