Skip to content

Commit

Permalink
bumps golangci linter version to 1.46.2 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppapapetrou76 authored Jul 3, 2022
1 parent c9b15e5 commit 7ee1b0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ linters:
- exhaustivestruct
- gomoddirectives
- goerr113
- exhaustruct
# The following linters are deprecated
- scopelint
- golint
Expand Down Expand Up @@ -56,6 +57,12 @@ linters-settings:
- diagnostic
- opinionated

gci:
sections:
- standard # Captures all standard packages if they do not match another section.
- default # Contains all imports that could not be matched to another section type.
- prefix(github.com/ppapapetrou76/go-mydata-aade) # Groups all imports with the specified Prefix.

wrapcheck:
# An array of strings that specify substrings of signatures to ignore.
# If this set, it will override the default set of ignored signatures.
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARCH:=$(shell $(PWD)/scripts/uname_arch.sh)
VERSION_DIR:=$(GOBIN)/versions

VERSION_GOBIN:=v0.0.14
VERSION_GOLANGCILINT:=v1.44.0
VERSION_GOLANGCILINT:=v1.46.2
VERSION_GOJUNITREPORT:=v0.9.1
VERSION_OAPICODEGEN:=v1.9.0

Expand Down

0 comments on commit 7ee1b0b

Please sign in to comment.