We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f76cc80 + 6768406 commit 6f7124eCopy full SHA for 6f7124e
.golangci.yml
@@ -2,7 +2,7 @@ linters:
2
enable:
3
- gofmt
4
- godot
5
- - golint
+ - revive
6
7
linters-settings:
8
godot:
api/form.go
@@ -1,3 +1,4 @@
1
+// Package api implements request and response parsing logic shared between different OAuth strategies.
package api
import (
0 commit comments