mirror of
https://github.com/danog/liquid.git
synced 2024-12-02 13:27:46 +01:00
10 lines
246 B
YAML
10 lines
246 B
YAML
|
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]
|