Skip to content

Commit

Permalink
🐛 temporarily disabling some lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed Jun 11, 2022
1 parent 0819f89 commit 0eea3b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
run:
tests: false
timeout: 5m

linters:
disable:
- gosimple
- staticcheck
- stylecheck
- unused
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GOLANGCI_LINT = $(LOCALBIN)/golangci-lint
golangci-lint:
@[ -f $(GOLANGCI_LINT) ] || { \
set -e ;\
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) v1.45.2 ;\
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell dirname $(GOLANGCI_LINT)) v1.46.2 ;\
}

.PHONY: check-license-headers
Expand Down

0 comments on commit 0eea3b5

Please sign in to comment.