mirror of https://github.com/prometheus/prometheus
Browse Source
* *: enable golangci-lint Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Remove freebsd from supported platforms for lint Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update CONTRIBUTING.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Update CONTRIBUTING.md Signed-off-by: Simon Pasquier <spasquie@redhat.com> * Add common-staticcheck for compatibility Signed-off-by: Simon Pasquier <spasquie@redhat.com>pull/5502/head
Simon Pasquier
6 years ago
committed by
GitHub
7 changed files with 32 additions and 23 deletions
@ -0,0 +1,8 @@
|
||||
run: |
||||
modules-download-mode: vendor |
||||
|
||||
# Run only staticcheck for now. Additional linters will be enabled one-by-one. |
||||
linters: |
||||
enable: |
||||
- staticcheck |
||||
disable-all: true |
Loading…
Reference in new issue