Skip to content

Commit

Permalink
Update lint settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zivkovicmilos committed Jan 30, 2025
1 parent 114bff5 commit 1f69059
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .golangci.yaml → .github/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ linters-settings:
godot:
scope: all
period: false
gosec:
excludes:
- G115 # We tolerate casting shenanigans
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test:

.PHONY: lint
lint:
$(golangci_lint) run --config .golangci.yaml
$(golangci_lint) run --config .github/golangci.yaml

.PHONY: gofumpt
gofumpt:
Expand Down

0 comments on commit 1f69059

Please sign in to comment.