Skip to content

Commit

Permalink
Update .golangci.yml
Browse files Browse the repository at this point in the history
Adding a link to a description of the linters
  • Loading branch information
michael-anderson-swi authored Jul 16, 2024
1 parent a7a4fcf commit 869ed86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#https://golangci-lint.run/usage/linters/
linters:
disable-all: true
enable:
Expand All @@ -8,4 +9,4 @@ linters:
- errcheck
- nilnil
- nilerr
- staticcheck
- staticcheck

0 comments on commit 869ed86

Please sign in to comment.