julz / importas

linter to enforce consistent import aliases
Apache License 2.0
14 stars 12 forks source link

Add -no-extra-aliases flag. fixes #5 #6

Closed mattysweeps closed 3 years ago

mattysweeps commented 3 years ago

Changes

/kind enhancement

Fixes #5

Release Note

Add new flag -no-extra-aliases which if set will trigger an error if an alias is not defined within the alias config.

Docs