We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
continue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitea/models/login/u2f.go
Lines 81 to 88 in 7bcbdd0
The continue statement at line 85 is unreachable, the loop will exit if control reaches the log.Fatal at line 84.
log.Fatal
Same problem at
gitea/routers/web/user/auth.go
Lines 462 to 467 in 7bcbdd0
(Found with revive)
The text was updated successfully, but these errors were encountered:
These should not be log.Fatal...
log.Error is the appropriate level.
log.Error
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
gitea/models/login/u2f.go
Lines 81 to 88 in 7bcbdd0
The
continue
statement at line 85 is unreachable, the loop will exit if control reaches thelog.Fatal
at line 84.Same problem at
gitea/routers/web/user/auth.go
Lines 462 to 467 in 7bcbdd0
(Found with revive)
The text was updated successfully, but these errors were encountered: