benedekfazekas / mranderson

Dependency inlining and shadowing
Eclipse Public License 1.0
151 stars 14 forks source link

dev: include basic clj-kondo config #70

Closed lread closed 2 years ago

lread commented 2 years ago

Like eastwood, clj-kondo can help to find mistakes, but it can do so while you edit source. A very tight feedback loop!

This PR adds a basic clj-kondo config. It tells clj-kondo:

Also:

codecov-commenter commented 2 years ago

Codecov Report

Base: 64.31% // Head: 64.31% // No change to project coverage :thumbsup:

Coverage data is based on head (4349e6e) compared to base (8bbb87d). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #70 +/- ## ======================================= Coverage 64.31% 64.31% ======================================= Files 7 7 Lines 709 709 Branches 50 50 ======================================= Hits 456 456 Misses 203 203 Partials 50 50 ``` | [Impacted Files](https://codecov.io/gh/benedekfazekas/mranderson/pull/70?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Benedek+Fazekas) | Coverage Δ | | |---|---|---| | [src/mranderson/util.clj](https://codecov.io/gh/benedekfazekas/mranderson/pull/70/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Benedek+Fazekas#diff-c3JjL21yYW5kZXJzb24vdXRpbC5jbGo=) | `55.30% <ø> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Benedek+Fazekas). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Benedek+Fazekas)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

benedekfazekas commented 2 years ago

thanks