1
0
mirror of https://github.com/danog/liquid.git synced 2024-11-26 19:14:39 +01:00
liquid/.golangci.yml

13 lines
277 B
YAML
Raw Permalink Normal View History

issues:
exclude-rules:
- linters: [gosimple]
path: values/drop_test.go # see the note in the file
text: "S1005:"
# go generate introduces these
- path: expressions/scanner.go
linters: [deadcode, unused, varcheck]
2021-06-26 09:24:21 +02:00
linters:
enable:
- gofmt