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

Add configurable rule for severity of unused external dependency #598

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

emdoyle
Copy link
Member

@emdoyle emdoyle commented Feb 5, 2025

Fixes: #524

This PR introduces a config option for rules.unused_external_dependencies, which controls the severity of unused external dependency diagnostics. Like existing rules, the options are error, warn, and off, with error being the default in this case.

@emdoyle emdoyle merged commit d080cc4 into main Feb 5, 2025
8 of 11 checks passed
@emdoyle emdoyle deleted the external-unused-dep-rule branch February 5, 2025 23:26
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.

option to report unused dependencies in tach check-external as an error instead of a warning
1 participant