Skip to content

Commit

Permalink
Merge pull request #40 from cli/lint-fixes
Browse files Browse the repository at this point in the history
Linter fixes
  • Loading branch information
mislav committed Dec 16, 2022
2 parents f76cc80 + 6768406 commit 6f7124e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -2,7 +2,7 @@ linters:
enable:
- gofmt
- godot
- golint
- revive

linters-settings:
godot:
Expand Down
1 change: 1 addition & 0 deletions api/form.go
@@ -1,3 +1,4 @@
// Package api implements request and response parsing logic shared between different OAuth strategies.
package api

import (
Expand Down

0 comments on commit 6f7124e

Please sign in to comment.