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
I'd like to add a bool option prefix-current-module to the goimports config.
It would basically check if the linted package is a module, and slap the module path (based on go.mod if exists) to the list of local prefixes. It would make the configuration more portable.