chore: add .templates to gitignore #45
Annotations
8 errors
|
lint
issues found
|
|
lint:
styles.go#L29
exported: comment on exported var Success should be of the form "Success ..." (revive)
|
|
lint:
styles.go#L6
exported: exported var BrightBlack should have comment or be unexported (revive)
|
|
lint:
styles.go#L4
exported: comment on exported var Black should be of the form "Black ..." (revive)
|
|
lint:
noColor.go#L9
exported: exported var NoColor should have comment or be unexported (revive)
|
|
lint:
mode.go#L7
exported: exported const TrueColor should have comment (or a comment on this block) or be unexported (revive)
|
|
lint:
color-ansi.go#L6
exported: exported const ANSIBlack should have comment (or a comment on this block) or be unexported (revive)
|
|
lint:
style.go#L75
printf: missing ... in args forwarded to print-like function (govet)
|