Skip to content
Snippets Groups Projects
Commit 0b04b2e5 authored by Will McCutchen's avatar Will McCutchen
Browse files

Switch to golangci-lint

parent bf66d20f
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,6 @@ jobs:
- name: Build docker image
run: make image
- name: Lint
run: make lint
- name: Test
run: git show --stat && make testci
......
name: Lint
on:
push:
branches: [master] # pushes TO master
pull_request:
branches: [master] # pull requests AGAINST master
jobs:
golangci:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.39.0
run:
modules-download-mode: readonly
linters:
disable:
- errcheck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment