aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mgechev/revive/rule/unconditional-recursion.go
Commit message (Collapse)AuthorAgeFilesLines
* Use binary version of revive linter (#15739)silverwind2021-05-091-183/+0
| | | | Use the common `go get` method to install and run the revive linter, removing the useless build/lint.go and related vendor libraries.
* update revive lint to latest commit (#12921)techknowlogick2020-09-221-0/+183
* update revive lint to latest commit * make fmt * change import