We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331e931 commit bb2c1c6Copy full SHA for bb2c1c6
internal/config/v_two.go
@@ -76,7 +76,7 @@ func v2ParseConfig(rd io.Reader) (Config, error) {
76
if cg.Out == "" {
77
return conf, ErrNoOutPath
78
}
79
- // TOOD: Allow the use of built-in codegen from here
+ // TODO: Allow the use of built-in codegen from here
80
if _, ok := plugins[cg.Plugin]; !ok {
81
return conf, ErrPluginNotFound
82
0 commit comments