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
Various changes in this new major version, including a new config file format:
- gofmt and goimports are now categorized as formatters (instead of
linters) and are moved to their own section.
- The functionality of gosimple has been bundled into staticcheck. Only
the gosimple behaviour is enabled (prefix "S1") and all other
staticcheck behaviour is disabled.
- typecheck is now always on and cannot be independently
enabled/disabled.
0 commit comments