You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zigimports tool automatically removes unused imports and constant declarations from files. Rather than having to run this manually, make this a CI check to enforce it, and add a pre-commit hook to do it automatically.
The text was updated successfully, but these errors were encountered:
Followup to #30.
The zigimports tool automatically removes unused imports and constant declarations from files. Rather than having to run this manually, make this a CI check to enforce it, and add a pre-commit hook to do it automatically.
The text was updated successfully, but these errors were encountered: