jonase / eastwood

Clojure lint tool
1.08k stars 66 forks source link

Make the `:wrong-tag` linter omittable #372

Closed vemv closed 3 years ago

vemv commented 3 years ago

Supports the speced.def library and also might be useful for other purposes.

Relatedly, now this third-party lib is exercised in CI, in an isolated job matrix. This way we can run foreign code resting assured that the presence of these libs doesn't affect the results of the main test suite.

This new matrix opens the door to exercising more third-party code e.g. core.async.

vemv commented 3 years ago

Thanks for the reviews!

Solved conflicts. Will solve conflicts for https://github.com/jonase/eastwood/pull/371 after this one is merged.