From 01958bb5dc2d3092b5cc963ea8eb8bf02c18b998 Mon Sep 17 00:00:00 2001 From: Ben Schumacher Date: Mon, 17 Jun 2024 05:10:39 +0200 Subject: [PATCH] [MM-58039] Enable errcheck linter for enterprise/saml package (#26909) --- server/.golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/.golangci.yml b/server/.golangci.yml index 3b0232264f7..1826bf59c45 100644 --- a/server/.golangci.yml +++ b/server/.golangci.yml @@ -59,4 +59,4 @@ issues: - linters: - errcheck - path: "channels|platform|cmd/mattermost|public/model|public/plugin|public/shared/mlog|enterprise/saml|enterprise/cloud|enterprise/ldap" + path: "channels|platform|cmd/mattermost|public/model|public/plugin|public/shared/mlog|enterprise/cloud|enterprise/ldap"