Skip to content

Commit

Permalink
fix: remove telegraflinter from in-tree (influxdata#10053)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Nov 3, 2021
1 parent 00325f2 commit b4cafff
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 90 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ linters:
- varcheck

linters-settings:
# custom:
# telegraflinter:
# path: telegraflinter.so
# description: "Find Telegraf specific review criteria, more info: https://github.com/influxdata/telegraf/wiki/Review"
revive:
rules:
- name: argument-limit
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ require (
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
golang.org/x/tools v0.1.5
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
golang.zx2c4.com/wireguard v0.0.20200121 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200205215550-e35592f146e4
Expand Down
31 changes: 0 additions & 31 deletions telegraflinter/README.md

This file was deleted.

54 changes: 0 additions & 54 deletions telegraflinter/telegraflinter.go

This file was deleted.

0 comments on commit b4cafff

Please sign in to comment.