Lucas Ramage 5ed0780ba3 Initial commit
2022-05-11 22:14:39 -04:00
2022-05-11 22:14:39 -04:00
2022-05-11 22:14:39 -04:00
2022-05-11 22:14:39 -04:00
2022-05-11 22:14:39 -04:00
2022-05-11 22:14:39 -04:00

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

Languages
Dockerfile 54%
Makefile 42%
Shell 4%