Skip to content

Refactor oauth2 Experiment module Implementation #218

Refactor oauth2 Experiment module Implementation

Refactor oauth2 Experiment module Implementation #218

Triggered via pull request June 27, 2023 15:38
Status Failure
Total duration 21s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Auth0.hs#L33
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-auth0-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/AzureAD.hs#L29
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-azure-app\"\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Dropbox.hs#L25
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-dropbox-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Facebook.hs#L25
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeRequestExtraParams = Map.empty\n , acAuthorizeState = \"CHANGE_ME\"\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-facebook-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretPost\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Fitbit.hs#L25
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeRequestExtraParams = Map.empty\n , acAuthorizeState = \"CHANGE_ME\"\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-fitbit-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Github.hs#L25
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-github-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Google.hs#L48
Error: Parse error: on input `|]' ▫︎ Found: " , acScope = Set.fromList [\"https://www.googleapis.com/auth/userinfo.email\", \"https://www.googleapis.com/auth/userinfo.profile\"]\n , acAuthorizeState = \"CHANGE_ME\"\n> , acRedirectUri = [uri|http://localhost|]\n , acAuthorizeRequestExtraParams = Map.empty\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Linkedin.hs#L25
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-linkedin-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretPost\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Okta.hs#L36
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acName = \"default-okta-App\"\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n"
hlint: hoauth2-providers/src/Network/OAuth2/Provider/Slack.hs#L27
Error: Parse error: on input `|]' ▫︎ Found: " , acAuthorizeState = \"CHANGE_ME\"\n , acAuthorizeRequestExtraParams = Map.empty\n> , acRedirectUri = [uri|http://localhost|]\n , acTokenRequestAuthenticationMethod = ClientSecretBasic\n , acName = \"default-slack-App\"\n"