mirror of
https://github.com/mgechev/revive.git
synced 2025-01-10 03:17:11 +02:00
f966283f3e
* Fix rule for documentation of exported types The rule was failing in the following case: ```go // A is an awesome type type A = int ``` Because revive was skipping the leading `A`, considering it as an article. * Add "This" article and update Makefile |
||
---|---|---|
.. | ||
golint | ||
argument-limit.go | ||
confusing-naming1.go | ||
confusing-naming2.go | ||
confusing-results.go | ||
cyclomatic-2.go | ||
cyclomatic.go | ||
deep-exit.go | ||
disable-annotations.go | ||
empty-block.go | ||
get-return.go | ||
lint-file-header1.go | ||
lint-file-header2.go | ||
lint-file-header3.go | ||
lint-file-header4.go | ||
lint-file-header5.go | ||
max-public-structs.go | ||
modifies-param.go | ||
superfluous-else.go | ||
unused-param.go |