We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3512d68 commit 0cd23b1Copy full SHA for 0cd23b1
module/gradle/gradle.go
@@ -53,7 +53,7 @@ func (Inspector) InspectProject(ctx context.Context) error {
53
}
54
55
if len(rs) == 0 && !env.ScannerScan {
56
- // if no module find, use backup solution
+ // if no module found, use a backup solution
57
if m := backupParser(ctx, dir); m != nil {
58
tm := m.BaseModule(dir)
59
tm.ScanStrategy = model.ScanStrategyBackup
0 commit comments