Skip to content

Commit

Permalink
Remove trailing whitespaces in .golangci.yml (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingVoid authored May 5, 2022
1 parent 6cdde66 commit 109ed52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ linters-settings:
- octalLiteral
- paramTypeCombine
- whyNoLint
- wrapperFunc
- wrapperFunc
gofmt:
simplify: false
simplify: false
goimports:
local-prefixes: github.com/fxamacker/cbor
golint:
Expand Down Expand Up @@ -71,7 +71,7 @@ issues:
- goconst
- dupl
- gomnd
- lll
- lll
- path: doc\.go
linters:
- goimports
Expand Down

0 comments on commit 109ed52

Please sign in to comment.