add fiber send functions to exludes of errcheck

This commit is contained in:
skeris 2024-11-28 01:24:05 +03:00
parent 2759fa9372
commit b4bda04c14

@ -22,3 +22,5 @@ linters-settings:
errcheck:
exclude-functions:
- (io.Closer).Close
- (*github.com/gofiber/fiber/v2.Ctx).JSON
- (*github.com/gofiber/fiber/v2.Ctx).Send