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

Allow for specifying checks in mix config #45

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

justincy
Copy link
Contributor

Support using mix_unused without using all checks. For example, only the unused check.

unused: [
  checks: [MixUnused.Analyzers.Unused]
]

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b4c7559) 92.25% compared to head (8c18039) 92.25%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #45   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files          10       10           
  Lines         155      155           
=======================================
  Hits          143      143           
  Misses         12       12           
Flag Coverage Δ
elixir-1.13 92.25% <ø> (ø)
elixir-1.14 92.25% <ø> (ø)
otp-24 92.25% <ø> (ø)
otp-25 92.25% <ø> (ø)
otp-26 92.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Support using mix_unused without using all checks. For example, only the unused check.

unused: [
  checks: [MixUnused.Analyzers.Unused]
]
@hauleth hauleth merged commit 6f9eb52 into hauleth:master Dec 13, 2023
12 checks passed
@hauleth
Copy link
Owner

hauleth commented Dec 13, 2023

💚 💙 💜 💛 ❤️

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