aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/ifuzz/encode.go
Commit message (Collapse)AuthorAgeFilesLines
* .golangci.yml: enable funlen checkerDmitry Vyukov2020-06-051-1/+1
| | | | Checks for too long functions (based on lines and statements).
* .golangci.yml: enable gocognit checkerDmitry Vyukov2020-06-051-1/+1
| | | | | Finds too complex functions. Similar to gocyclo, but uses somewhat different metric.
* .golangci.yml: enable nestif checkerDmitry Vyukov2020-06-051-1/+1
| | | | Prevents functions with too many nested if's.
* gometalinter: enable cyclomatic complexity checkingDmitry Vyukov2018-05-041-0/+1
| | | | | | Refactor some functions to be simpler. Update #538
* all: fix gometalinter warningsDmitry Vyukov2018-03-081-1/+1
| | | | Fix typos, non-canonical code, remove dead code, etc.
* pkg/ifuzz: move from ifuzzDmitry Vyukov2017-06-031-0/+258