lang, lang: types: Add automatic stringer generation
It's more useful if we know the string representation of Kind's.
This commit is contained in:
@@ -48,6 +48,7 @@ gml="$gml --enable=misspell"
|
||||
gml="$gml --exclude=lang/lexer.nn.go"
|
||||
gml="$gml --exclude=lang/y.go"
|
||||
gml="$gml --exclude=bindata/bindata.go"
|
||||
gml="$gml --exclude=lang/types/kind_stringer.go"
|
||||
|
||||
gometalinter="$gml" # final
|
||||
echo "Using: $gometalinter"
|
||||
|
||||
Reference in New Issue
Block a user