mirror of
https://github.com/cheat/cheat.git
synced 2026-01-09 07:42:06 +01:00
fix: resolves #498
Resolves an issue whereby background colors were written to the terminal output when colorization was applied.
This commit is contained in:
6
vendor/github.com/alecthomas/chroma/.golangci.yml
generated
vendored
6
vendor/github.com/alecthomas/chroma/.golangci.yml
generated
vendored
@@ -15,6 +15,9 @@ linters:
|
||||
- gocyclo
|
||||
- dupl
|
||||
- gochecknoglobals
|
||||
- funlen
|
||||
- godox
|
||||
- wsl
|
||||
|
||||
linters-settings:
|
||||
govet:
|
||||
@@ -43,3 +46,6 @@ issues:
|
||||
- 'Potential file inclusion via variable'
|
||||
- 'should have comment or be unexported'
|
||||
- 'comment on exported var .* should be of the form'
|
||||
- 'at least one file in a package should have a package comment'
|
||||
- 'string literal contains the Unicode'
|
||||
- 'methods on the same type should have the same receiver name'
|
||||
|
||||
Reference in New Issue
Block a user