Skip to content

Commit

Permalink
Replace deprecated linter (prometheus#2176)
Browse files Browse the repository at this point in the history
Upstream is replacing `golint` with `revive`.
* Cleanup unused mixin go files.

Signed-off-by: Ben Kochie <superq@gmail.com>
  • Loading branch information
SuperQ committed Oct 27, 2021
1 parent 0497ba7 commit 421fc42
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,162 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
linters:
enable:
- golint
- revive
disable:
# Disable soon to deprecated[1] linters that lead to false
# positives when build tags disable certain files[2]
Expand Down
9 changes: 0 additions & 9 deletions docs/node-mixin/go.mod

This file was deleted.

Loading

0 comments on commit 421fc42

Please sign in to comment.