rebase: skip newly added complicated check in golangci-lint

skipping maintidx,exhaustruct and containedctx tests
which seems complicated to fix.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2022-06-01 15:19:08 +05:30 committed by mergify[bot]
parent 1b6027669c
commit 9e5cad173d

View File

@ -190,3 +190,7 @@ linters:
- tagliatelle - tagliatelle
- varnamelen - varnamelen
- nilnil - nilnil
# TODO enable linters added in golangci-lint 1.46
- maintidx
- exhaustruct
- containedctx