1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-04 10:35:08 +02:00

Update .golangci.yml

This commit is contained in:
gabriel-m 2019-10-15 08:11:15 +02:00 committed by GitHub
parent fbaafec40a
commit f4c63c0c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,7 @@ run:
skip-dirs:
- pkg/parser/fql
- pkg/parser/antlr
- examples
linters:
disable:
@ -31,5 +32,3 @@ issues:
# autogenerated files. If it's not please let us know.
skip-files:
- "*_test.go"
skip-dirs:
- examples