From 758be124d20589bd591b02d9445788d9038687a5 Mon Sep 17 00:00:00 2001 From: Oded Ben-Ozer Date: Mon, 17 Jul 2023 11:45:54 +0200 Subject: [PATCH] lint issues --- connector/buildkite/buildkite.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/connector/buildkite/buildkite.go b/connector/buildkite/buildkite.go index 691da48a94..fd02c2da6c 100644 --- a/connector/buildkite/buildkite.go +++ b/connector/buildkite/buildkite.go @@ -76,7 +76,6 @@ type Config struct { // i.e. if there are 'email' and `preferred_email` claims available, by default Dex will always use the `email` claim independent of the ClaimMapping.EmailKey. // This setting allows you to override the default behavior of Dex and enforce the mappings defined in `claimMapping`. OverrideClaimMapping bool `json:"overrideClaimMapping"` // defaults to false - } // Domains that don't support basic auth. golang.org/x/oauth2 has an internal @@ -202,7 +201,6 @@ type buildkiteConnector struct { overrideClaimMapping bool preferredUsernameKey string emailKey string - groupsKey string } func (c *buildkiteConnector) Close() error {