Closed jceaser closed 7 months ago
Attention: Patch coverage is 47.72727%
with 23 lines
in your changes are missing coverage. Please review.
Project coverage is 27.96%. Comparing base (
0eb80fa
) to head (b0d90e1
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Overview
updated the lint tools and made changes to work with these tools and also the clj-kondo tool
What is the feature
Use this ticket to investigate the level of effort needed to bring a project up to code against clj-kondo.
Please summarize the feature or fix. Mostly changes made to remove code or define code in such a way as to be clearly declared by the run time in advance. (declare) statements all over the place now.
What is the Solution?
adding declare statements, removing unused variables. I did tell eastwood to ignore reflection warnings as I don't understand those yet
What areas of the application does this impact?
This is almost exclusively in message-queue-lib, one file in common.
Checklist