github.com/azazeal/revive@v1.0.9/testdata (about) add-constant.go argument-limit.go atomic.go bare-return.go bool-literal-in-expr.go call-to-gc.go cognitive-complexity.go confusing-naming1.go confusing-naming2.go confusing-results.go constant-logical-expr.go cyclomatic-2.go cyclomatic.go deep-exit.go deep-exit_test.go defer-loop-disabled.go defer-only-loop-enabled.go defer.go disable-annotations.go disable-annotations2.go duplicated-imports.go early-return.go empty-block.go empty-lines.go flag-param.go function-length1.go function-length2.go function-length3.go function-result-limit.go get-return.go golint identical-branches.go import-shadowing.go imports-blacklist.go line-length-limit.go lint-file-header1.go lint-file-header2.go lint-file-header3.go lint-file-header4.go lint-file-header5.go lint-file-header6.go max-public-structs.go modifies-param.go modifies-value-receiver.go range-val-address.go range-val-in-closure.go redefines-builtin-id.go string-format.go string-of-int.go struct-tag.go superfluous-else.go unconditional-recursion.go unexported-naming.go unhandled-error-w-ignorelist.go unhandled-error.go unnecessary-stmt.go unreachable-code.go unused-param.go unused-receiver.go var-naming.go waitgroup-by-value.go