Skip to content

Commit

Permalink
chore(golangci-lint): enable whitespace
Browse files Browse the repository at this point in the history
See #331.
  • Loading branch information
bfabio committed Mar 1, 2023
1 parent 4a89341 commit 13200ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ linters:
- usestdlibvars
# - varnamelen
- wastedassign
# - whitespace
- whitespace
# - wrapcheck
# - wsl

Expand Down
1 change: 0 additions & 1 deletion apiclient/apiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ page:
var groups, repos []internalUrl.URL

for _, codeHosting := range p.CodeHostings {

u, err := url.Parse(codeHosting.URL)
if err != nil {
return nil, fmt.Errorf("can't parse GET %s response: %w", reqUrl, err)
Expand Down

0 comments on commit 13200ff

Please sign in to comment.