Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ $(eval $(call build-package,ruby3.2-yajl-ruby,1.4.3-r0))
$(eval $(call build-package,gradle-stage0,8.0.1-r0))
$(eval $(call build-package,gradle-8,8.0.1-r0))
$(eval $(call build-package,python-3.12,3.12.0_alpha5-r0))
$(eval $(call build-package,golangci-lint,1.51.1-r0))
$(eval $(call build-package,doxygen,1.9.6-r0))
$(eval $(call build-package,jbig2dec,0.19-r0))
$(eval $(call build-package,wasmtime,6.0.0-r0))
Expand Down
33 changes: 33 additions & 0 deletions golangci-lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package:
name: golangci-lint
version: 1.51.1
epoch: 0
description: Fast linters Runner for Go
target-architecture:
- all
copyright:
- license: Apache-2.0
paths:
- "*"
dependencies:
runtime:
- go
- diff

environment:
contents:
packages:
- build-base
- busybox
- ca-certificates-bundle
- go

pipeline:
- uses: fetch
with:
uri: https://github.com/golangci/golangci-lint/archive/refs/tags/v${{package.version}}.tar.gz
expected-sha256: a5aafcca574295ad8a47a86cab4f8a90fee57bffc0531b1744ead8d4b78fbb30
- runs: |
make build
mkdir -p ${{targets.destdir}}/usr/bin/
cp ./golangci-lint ${{targets.destdir}}/usr/bin/golangci-lint