Skip to content

Commit

Permalink
supressing all warnigs with comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylNaumenko committed Jul 19, 2024
1 parent 33d3d94 commit a5eeffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: go install golang.org/x/lint/golint@latest

- name: Run golint
run: golint ./... | grep -v "should have comment or be unexported"
run: golint ./... | grep -v "should have comment"

- name: Test
run: go test -race -vet=off -v ./...

0 comments on commit a5eeffc

Please sign in to comment.