Skip to content
Snippets Groups Projects
Commit 5f250c22 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

Addressed an issue with false positives when linting, not needed on this layer

See merge request !306
parent 1319d514
No related branches found
No related tags found
2 merge requests!306Addressed an issue with false positives when linting, not needed on this layer,!264WIP: Develop
Pipeline #100833 passed
...@@ -40,15 +40,6 @@ unit-test: install-tools ...@@ -40,15 +40,6 @@ unit-test: install-tools
controller-test: install-tools controller-test: install-tools
ENVIRONMENT=testing ./$(TOOLS_DIR)/gotestsum --junitfile report.xml --format testname -- -race -v -run TestRun ENVIRONMENT=testing ./$(TOOLS_DIR)/gotestsum --junitfile report.xml --format testname -- -race -v -run TestRun
lint: install-tools
./$(TOOLS_DIR)/golangci-lint run --config ../.golangci.yml | jq
lint-fix: install-tools
./$(TOOLS_DIR)/golangci-lint run --config ../.golangci.yml --fix
ci-lint:
golangci-lint run --config ../.gitlab/ci/.golangci-config/.golangci.yml --out-format code-climate | jq -r '.[] | "\(.location.path):\(.location.lines.begin) \(.description)"'
ci-unit-test: ci-install-tools ci-unit-test: ci-install-tools
ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short -race $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -coverprofile=coverage.out ENVIRONMENT=testing gotestsum --junitfile report.xml --format testname -- -short -race $$( go list ./... | grep -v /forks/ | grep -v /mocks ) -v -coverprofile=coverage.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment