Skip to content

Commit

Permalink
Update GolangCI-lint to v1.59.1 (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jul 2, 2024
1 parent 9c4a456 commit 0282392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ linters-settings:
funlen:
lines: 50
statements: 25
gci:
local-prefixes: github.com/golangci/golangci-lint
goconst:
min-len: 4
min-occurrences: 1
Expand All @@ -26,8 +24,6 @@ linters-settings:
- sloppyReassign
gocyclo:
min-complexity: 15
goimports:
local-prefixes: github.com/golangci/golangci-lint
golint:
min-confidence: 0
mnd:
Expand All @@ -36,7 +32,6 @@ linters-settings:
# don't include the "operation" and "assign"
checks: argument,case,condition,return
govet:
check-shadowing: true
settings:
printf:
funcs:
Expand Down Expand Up @@ -128,6 +123,6 @@ issues:
# golangci.com configuration
# https://github.com/golangci/golangci/wiki/Configuration
service:
golangci-lint-version: 1.58.x # use the fixed version to not introduce new linters unexpectedly
golangci-lint-version: 1.59.x # use the fixed version to not introduce new linters unexpectedly
prepare:
- echo "here I can run custom commands, but no preparation needed for this repo"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ At a minimum, the following dependencies must be installed to work with the GoLa
Dependency|Minimum Version
---|---
[GoLang](https://golang.org/dl/)|1.22
[golangci-lint](https://golangci-lint.run/usage/install/)|1.58
[golangci-lint](https://golangci-lint.run/usage/install/)|1.59

## Modifying the claim schema

Expand Down

0 comments on commit 0282392

Please sign in to comment.