Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for specifying checks in mix config
Support using mix_unused without using all checks. For example, only the unused check. ``` unused: [ checks: [MixUnused.Analyzers.Unused] ] ```
- Loading branch information