mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-06 01:27:02 +02:00
chore: add go.work
file
This fixes `gopls` to look up usage correctly across sub-packages in the same repo. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
parent
3810ccb03f
commit
5e468413a9
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,10 +1,11 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2022-11-30T18:14:53Z by kres c41f376.
|
||||
# Generated on 2024-06-30T11:04:55Z by kres 4c9f215.
|
||||
|
||||
_out
|
||||
hack/generate-certs.yml
|
||||
hack/generate-certs/ca-root
|
||||
hack/generate-certs/certs
|
||||
hack/compose/docker-compose.override.yml
|
||||
go.work.sum
|
||||
frontend/node_modules
|
||||
|
@ -239,6 +239,7 @@ spec:
|
||||
- "hack/generate-certs/ca-root"
|
||||
- "hack/generate-certs/certs"
|
||||
- "hack/compose/docker-compose.override.yml"
|
||||
- go.work.sum
|
||||
---
|
||||
kind: common.SOPS
|
||||
spec:
|
||||
|
4
Makefile
4
Makefile
@ -1,6 +1,6 @@
|
||||
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
|
||||
#
|
||||
# Generated on 2024-06-20T19:39:00Z by kres 4c9f215.
|
||||
# Generated on 2024-07-01T17:08:11Z by kres 4c9f215.
|
||||
|
||||
# common variables
|
||||
|
||||
@ -272,7 +272,7 @@ lint-markdown: ## Runs markdownlint.
|
||||
@$(MAKE) target-$@
|
||||
|
||||
.PHONY: lint
|
||||
lint: lint-eslint lint-golangci-lint-client lint-gofumpt-client lint-govulncheck-client lint-golangci-lint lint-gofumpt lint-markdown ## Run all linters for the project.
|
||||
lint: lint-eslint lint-golangci-lint-client lint-gofumpt-client lint-govulncheck-client lint-golangci-lint lint-gofumpt lint-govulncheck lint-markdown ## Run all linters for the project.
|
||||
|
||||
.PHONY: image-omni
|
||||
image-omni: ## Builds image for omni.
|
||||
|
Loading…
Reference in New Issue
Block a user