Revert "Chore: Clean up some excludes and fix makefile" (#96068)

Revert "Chore: Clean up some excludes and fix makefile (#96052)"

This reverts commit f2998037e5.
pull/96069/head
Stephanie Hingtgen 6 months ago committed by GitHub
parent 00c3c17035
commit a5bef386ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .golangci.yml
  2. 2
      Makefile

@ -230,6 +230,9 @@ issues:
exclude-dirs:
- devenv
- scripts
exclude-files:
- pkg/util/xorm/*.go
- pkg/build/wire/*.go
exclude-rules:
- linters:
- stylecheck

@ -305,7 +305,7 @@ test: test-go test-js ## Run all tests.
golangci-lint: $(GOLANGCI_LINT)
@echo "lint via golangci-lint"
$(GOLANGCI_LINT) run \
--config .golangci.yml \
--config .golangci.toml \
$(GO_LINT_FILES)
.PHONY: lint-go

Loading…
Cancel
Save