···2121)
22222323var (
2424- // NOTE: not actually using these? and should replace with library if we did
2525- ColorGreen = "\033[32m"
2626- ColorYellow = "\033[33m"
2727- ColorReset = "\033[0m"
2828-2924 // internal error used to set non-zero return code (but not print separately)
3025 ErrLintFailures = errors.New("linting issues detected")
3126)
···438433439434 switch v := def.Inner.(type) {
440435 case lexicon.SchemaPermission:
441441- // TODO:
436436+ // TODO: anything?
442437 case lexicon.SchemaNull:
443438 // pass
444439 case lexicon.SchemaBoolean: