Skip to content

Commit

Permalink
DEBUG linters for generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
L3n41c committed Oct 20, 2024
1 parent ba18a6c commit 2c7fa17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab/lint/technical_linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@ lint_licenses:
- !reference [.retrieve_linux_go_deps]
- !reference [.retrieve_linux_go_tools_deps]
- inv -e install-tools
- inv -e generate-licenses
- git diff
- inv -e lint-licenses
artifacts:
name: "LICENSE-3rdparty.csv"
when: always
paths:
- LICENSE-3rdparty.csv
expire_in: 1 day
needs: ["go_tools_deps", "go_deps"]

lint_shell:
Expand Down
2 changes: 2 additions & 0 deletions .gitlab/source_test/golang_deps_diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ golang_deps_test:
before_script:
- !reference [.retrieve_linux_go_deps]
script:
- inv -e go-deps.generate
- git diff
- inv -e go-deps.test-list

0 comments on commit 2c7fa17

Please sign in to comment.