We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa1d379 + 214bef6 commit ad17646Copy full SHA for ad17646
pkg/plugins/golang/v4/init.go
@@ -203,9 +203,8 @@ func checkDir() error {
203
}
204
205
// Do not allow any other file
206
- return fmt.Errorf(
207
- "target directory is not empty and contains a disallowed file %q. "+
208
- "files with the following extensions [%s] are not allowed to avoid conflicts with the tooling",
+ return fmt.Errorf("target directory is not empty and contains a disallowed file %q. "+
+ "files with the following extensions [%s] are not allowed to avoid conflicts with the tooling",
209
path, strings.Join(disallowedExtensions, ", "))
210
})
211
if err != nil {
0 commit comments