Import Role by Name #651
Annotations
9 errors
Lint:
internal/clients/keycloak_client.go#L10
exported function `NewKeycloakClient` should have comment or be unexported (golint)
|
Lint:
internal/clients/keycloak_client.go#L15
var `clientId` should be `clientID` (golint)
|
Lint:
config/role/config.go#L26
exported var `IdentifierByNameLookup` should have comment or be unexported (golint)
|
Lint:
config/role/config.go#L33
exported function `GetIdFromRole` should have comment or be unexported (golint)
|
Lint:
config/role/config.go#L40
var `realmId` should be `realmID` (golint)
|
Lint:
config/role/config.go#L50
var `clientId` should be `clientID` (golint)
|
Lint:
config/role/config.go#L68
exported function `GetExternalNameFromRole` should have comment or be unexported (golint)
|
Lint:
internal/clients/keycloak_client.go#L26
S1039: unnecessary use of fmt.Sprintf (gosimple)
|
Lint
issues found
|
Loading