mirror of
https://github.com/grafana/grafana.git
synced 2024-11-21 16:38:03 -06:00
Revert "Chore: Clean up some excludes and fix makefile" (#96068)
Revert "Chore: Clean up some excludes and fix makefile (#96052)"
This reverts commit f2998037e5
.
This commit is contained in:
parent
00c3c17035
commit
a5bef386ad
@ -230,6 +230,9 @@ issues:
|
|||||||
exclude-dirs:
|
exclude-dirs:
|
||||||
- devenv
|
- devenv
|
||||||
- scripts
|
- scripts
|
||||||
|
exclude-files:
|
||||||
|
- pkg/util/xorm/*.go
|
||||||
|
- pkg/build/wire/*.go
|
||||||
exclude-rules:
|
exclude-rules:
|
||||||
- linters:
|
- linters:
|
||||||
- stylecheck
|
- stylecheck
|
||||||
|
2
Makefile
2
Makefile
@ -305,7 +305,7 @@ test: test-go test-js ## Run all tests.
|
|||||||
golangci-lint: $(GOLANGCI_LINT)
|
golangci-lint: $(GOLANGCI_LINT)
|
||||||
@echo "lint via golangci-lint"
|
@echo "lint via golangci-lint"
|
||||||
$(GOLANGCI_LINT) run \
|
$(GOLANGCI_LINT) run \
|
||||||
--config .golangci.yml \
|
--config .golangci.toml \
|
||||||
$(GO_LINT_FILES)
|
$(GO_LINT_FILES)
|
||||||
|
|
||||||
.PHONY: lint-go
|
.PHONY: lint-go
|
||||||
|
Loading…
Reference in New Issue
Block a user