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

Address remaining reflection warnings #324

Merged
merged 1 commit into from
Jul 18, 2021
Merged

Address remaining reflection warnings #324

merged 1 commit into from
Jul 18, 2021

Conversation

vemv
Copy link
Member

@vemv vemv commented Jul 18, 2021

No description provided.

@@ -46,8 +46,7 @@

:lein-plugin {:source-paths ["lein-plugin"]}
:test {:dependencies [[print-foo "1.0.2"]]}
:dev {:global-vars {*warn-on-reflection* true}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not needed anymore. Eastwood 0.9+ lints for reflection warnings, regardless of any per-project/per-ns *warn-on-reflection* setup.

This approach is nicer because only reflection warns coming from our own source-paths / test-paths will cause a CI failure. Other warns won't even show up in stdout, resulting in less noise

Copy link
Member

@expez expez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@vemv
Copy link
Member Author

vemv commented Jul 18, 2021

🍻!

@vemv vemv merged commit 392d417 into master Jul 18, 2021
@expez expez deleted the vemv--refl branch July 19, 2021 08:47
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.

2 participants