We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955c7d3 commit 7b69619Copy full SHA for 7b69619
checkers/discover/copy.go
@@ -10,7 +10,7 @@ import (
10
11
// We use go.mod.embed because embedding is not supported for go.mod files
12
//
13
-//go:embed custom_analyzer_stub/*.go custom_analyzer_stub/go.mod.embed custom_analyzer_stub/go.sum.embed
+//go:embed custom_analyzer_stub/go.mod.embed custom_analyzer_stub/go.sum.embed custom_analyzer_stub/main.go.embed
14
var AnalyzerStubs embed.FS
15
16
// Copy all the files from the source directory to the destination directory
…rs/discover/custom_analyzer_stub/main.go …cover/custom_analyzer_stub/main.go.embedcheckers/discover/custom_analyzer_stub/main.go renamed to checkers/discover/custom_analyzer_stub/main.go.embed
0 commit comments