mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
dev: Ignore generated go files in bra (#50889)
This commit is contained in:
parent
07be95a001
commit
c8239a3a73
@ -13,7 +13,7 @@ watch_dirs = [
|
|||||||
"$WORKDIR/conf",
|
"$WORKDIR/conf",
|
||||||
]
|
]
|
||||||
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
watch_exts = [".go", ".ini", ".toml", ".template.html"]
|
||||||
ignore_files = ["wire_gen.go"]
|
ignore_files = ["wire_gen.go", "coremodel_gen.go", "registry_gen.go"]
|
||||||
build_delay = 1500
|
build_delay = 1500
|
||||||
cmds = [
|
cmds = [
|
||||||
["make", "gen-go"],
|
["make", "gen-go"],
|
||||||
|
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ WIRE_TAGS = "oss"
|
|||||||
-include local/Makefile
|
-include local/Makefile
|
||||||
include .bingo/Variables.mk
|
include .bingo/Variables.mk
|
||||||
|
|
||||||
.PHONY: all deps-go deps-js deps build-go build-server build-cli build-js build build-docker-full build-docker-full-ubuntu lint-go golangci-lint test-go test-js gen-ts test run run-frontend clean devenv devenv-down protobuf drone help
|
.PHONY: all deps-go deps-js deps build-go build-server build-cli build-js build build-docker-full build-docker-full-ubuntu lint-go golangci-lint test-go test-js gen-ts test run run-frontend clean devenv devenv-down protobuf drone help gen-go gen-cue
|
||||||
|
|
||||||
GO = go
|
GO = go
|
||||||
GO_FILES ?= ./pkg/...
|
GO_FILES ?= ./pkg/...
|
||||||
|
Loading…
Reference in New Issue
Block a user