Go to file
Jeffrey Paul 955ddf07ff update to support go 1.22 and push to selfhosted repo 2024-06-01 12:41:35 -07:00
.drone.yml Initial commit 2022-05-11 22:14:39 -04:00
CODEOWNERS Create CODEOWNERS (#2) 2022-07-12 15:41:22 -04:00
Dockerfile update to support go 1.22 and push to selfhosted repo 2024-06-01 12:41:35 -07:00
LICENSE Initial commit 2022-05-11 22:14:39 -04:00
Makefile update to support go 1.22 and push to selfhosted repo 2024-06-01 12:41:35 -07:00
README.md Fix whitespace in example 2022-05-11 22:33:36 -04:00
entrypoint.sh Initial commit 2022-05-11 22:14:39 -04:00

README.md

drone-plugin-golangci-lint

Drone plugin for golangci-lint.

Usage

The following snippet should be applied to the .drone.yml file:

kind: pipeline
name: golangci-lint

steps:
- name: golangci-lint
  image: rancher/drone-golangci-lint:latest

By default, this plugin will execute the run command per other CI documentation for golangci-lint.

Reference