Skip to content

Commit

Permalink
enable govet.fieldalignment (#248)
Browse files Browse the repository at this point in the history
Signed-off-by: Etai Lev Ran <[email protected]>
  • Loading branch information
elevran authored Jan 7, 2024
1 parent 4d5b76a commit 9b21a44
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ linters-settings:
# - io.Copy(*bytes.Buffer)
# - io.Copy(os.Stdout)

govet:
disable:
- fieldalignment

nakedret:
# No naked returns (default: 30)
max-func-lines: 1
Expand Down

0 comments on commit 9b21a44

Please sign in to comment.