Skip to content
Snippets Groups Projects

Resolve "Refactor how PNDs are implemented in the code"

Merged Fabian Seidl requested to merge 243-refactor-how-pnds-are-implemented-in-the-code into develop
5 files
+ 7
6
Compare changes
  • Side-by-side
  • Inline
Files
5
variables:
variables:
GOLANG_VERSION: "1.20.1"
GOLANG_VERSION: "1.20.1"
code-quality:
code-quality:
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/golangci/golangci-lint:v1.46-alpine
image: golangci/golangci-lint:v1.51.2-alpine
stage: analyze
stage: analyze
script:
script:
# writes golangci-lint output to gl-code-quality-report.json
# writes golangci-lint output to gl-code-quality-report.json
Loading