blob: 4ac32f35c66fc44548d9fc1f6b1057c4723b1f98 [file] [log] [blame]
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build !go1.19
// +build !go1.19
package hooks
import "golang.org/x/tools/gopls/internal/settings"
func updateAnalyzers(options *settings.Options) {
options.StaticcheckSupported = false
}