build(deps): bump github.com/curioswitch/go-reassign v0.1.2 to v0.2.0 (#3234)

This commit is contained in:
Choko 2022-09-25 17:58:16 +09:00 committed by GitHub
parent 05c3af1ad5
commit 937e3d407b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 4 deletions

View file

@ -698,6 +698,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
linter.NewConfig(golinters.NewReassign(reassignCfg)).
WithSince("1.49.0").
WithPresets(linter.PresetBugs).
WithLoadForGoAnalysis().
WithURL("https://github.com/curioswitch/go-reassign"),
linter.NewConfig(golinters.NewRevive(reviveCfg)).