Merged in feature/localstackclean (pull request #53)

Clean Up Compose, Tasks, Fullsuite

* splitfiles
This commit is contained in:
Michael McGuinness
2025-02-05 22:45:32 +00:00
parent d0f4c5bd96
commit 9e6328d8f9
7 changed files with 119 additions and 41 deletions
+28 -20
View File
@@ -33,16 +33,21 @@ tasks:
- touch .env
fullsuite:
cmds:
- task deps:tidy
- task build
- task lint
- task test:unit
- task test:integration:cmd:nocache
- task: deps:tidy
- task: compose:clean:test
- task: generate
- task: build:nogen
- task: lint:nogen
- task: test:unit:nogen
- task: test:integration:cmd:nocache
build:
deps:
- generate
cmds:
- task docker:build
- task: build:nogen
build:nogen:
cmds:
- task: docker:build
generate:
deps:
- db:generate
@@ -52,22 +57,25 @@ tasks:
deps:
- generate
cmds:
- task go:lint
- task db:lint
- task yaml:lint
- task json:lint
- task docker:lint
- task compose:lint
- task openapi:lint
- task: lint:nogen
lint:nogen:
cmds:
- task: go:lint
- task: db:lint
- task: yaml:lint
- task: json:lint
- task: docker:lint
- task: compose:lint
- task: openapi:lint
lint:fix:
cmds:
- task go:lint:fix
- task openapi:lint
- task db:lint
- task yaml:lint
- task json:lint:fix
- task docker:lint
- task compose:lint
- task: go:lint:fix
- task: openapi:lint
- task: db:lint
- task: yaml:lint
- task: json:lint:fix
- task: docker:lint
- task: compose:lint
go:lint:
cmds:
- golangci-lint run