Skip to content

Commit

Permalink
Update .golangci.yml ruleset, adding perfsprint linter
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Jun 21, 2024
1 parent 3759739 commit f9b0cda
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ linters:
- godot
- gofmt
- makezero
- perfsprint
- unconvert
- unparam
- whitespace
Expand All @@ -33,3 +34,5 @@ linters-settings:
disable:
- fieldalignment
- shadow
perfsprint:
strconcat: false

0 comments on commit f9b0cda

Please sign in to comment.