Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make sure clojure.core.specs.alpha is loaded (cljdoc fix). Fix Kondo linter bugs #143

Merged
merged 4 commits into from
Jan 19, 2023

Conversation

camsaul
Copy link
Owner

@camsaul camsaul commented Jan 18, 2023

Fixes #141

@codecov
Copy link

codecov bot commented Jan 18, 2023

Codecov Report

Base: 87.61% // Head: 87.61% // No change to project coverage 👍

Coverage data is based on head (758cff6) compared to base (d65f076).
Patch coverage: 80.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #143   +/-   ##
=======================================
  Coverage   87.61%   87.61%           
=======================================
  Files          23       23           
  Lines        1308     1308           
  Branches       70       70           
=======================================
  Hits         1146     1146           
  Misses         92       92           
  Partials       70       70           
Impacted Files Coverage Δ
src/methodical/impl/dispatcher/standard.clj 78.18% <0.00%> (ø)
src/methodical/impl/method_table/clojure.clj 58.33% <0.00%> (ø)
src/methodical/impl/cache/simple.clj 100.00% <100.00%> (ø)
src/methodical/impl/cache/watching.clj 89.58% <100.00%> (ø)
src/methodical/impl/combo/clojure.clj 83.33% <100.00%> (ø)
src/methodical/impl/combo/clos.clj 61.36% <100.00%> (ø)
src/methodical/impl/combo/threaded.clj 96.61% <100.00%> (ø)
src/methodical/impl/dispatcher/everything.clj 62.85% <100.00%> (ø)
src/methodical/impl/dispatcher/multi_default.clj 92.79% <100.00%> (ø)
src/methodical/impl/method_table/standard.clj 90.62% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@camsaul camsaul changed the title Make sure clojure.core.specs.alpha is loaded (cljdoc fix) Make sure clojure.core.specs.alpha is loaded (cljdoc fix). Fix Kondo linter bugs Jan 18, 2023
@camsaul camsaul merged commit 258d0d1 into master Jan 19, 2023
@camsaul camsaul deleted the require-clojure-core-specs-alpha branch January 19, 2023 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix custom Kondo hooks that result in :redundant-fn-wrapper errors
1 participant