Skip to content

Commit

Permalink
lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded-B committed Jul 17, 2023
1 parent ee7ed18 commit 758be12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connector/buildkite/buildkite.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -202,7 +201,6 @@ type buildkiteConnector struct {
overrideClaimMapping bool
preferredUsernameKey string
emailKey string
groupsKey string
}

func (c *buildkiteConnector) Close() error {
Expand Down

0 comments on commit 758be12

Please sign in to comment.