1
1
mirror of https://github.com/cooperspencer/gickup synced 2024-11-08 12:09:18 +01:00

exclude tagalign

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

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