Merge remote-tracking branch 'golangci/master' into add-gomodguard-linter

This commit is contained in:
Ryan Currah 2020-04-21 20:17:09 -04:00
commit 990b43f19a
No known key found for this signature in database
GPG key ID: A8F5EF04CC2222B3
1639 changed files with 173 additions and 554170 deletions

View file

@ -251,6 +251,9 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
WithPresets(linter.PresetStyle).
WithLoadForGoAnalysis().
WithURL("https://github.com/ryancurrah/gomodguard"),
linter.NewConfig(golinters.NewGodot()).
WithPresets(linter.PresetStyle).
WithURL("https://github.com/tetafro/godot"),
}
isLocalRun := os.Getenv("GOLANGCI_COM_RUN") == ""