1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-09-08 03:50:36 +02:00

exclude tagalign

This commit is contained in:
Andreas Wachter 2023-10-04 12:16:54 +02:00
parent fecb4040e6
commit 27cbf30d35

View File

@ -1,6 +1,7 @@
linters:
enable-all: true
disable:
- tagalign
- cyclop # duplicate of gocyclo
- exhaustivestruct # not revelent
- gochecknoglobals