1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/fixtures
chavacava 4e19174270 Fix issue19 (#20)
* Adds rule superfluous-else (an extension of indent-error-flow)

* Fix superfluous-else rule struct namming.

* Adds superfuous-else rule to the rules table

* fix issue 19
2018-06-13 07:01:31 -07:00
..
golint Fix issue19 (#20) 2018-06-13 07:01:31 -07:00
argument-limit.go Add tests for the arguments limit 2018-02-04 15:10:35 -08:00
cyclomatic-2.go Improve comments 2018-01-26 19:52:29 -08:00
cyclomatic.go Improve comments 2018-01-26 19:52:29 -08:00
disable-annotations.go Update the documentation for comment annotations 2018-06-01 10:54:30 -07:00
empty-block.go empty-block: ignore checking blocks of funcs and func literals (#17) 2018-06-11 12:08:58 -07:00
lint-file-header1.go Add extra rule 2018-02-04 14:51:19 -08:00
lint-file-header2.go Add extra rule 2018-02-04 14:51:19 -08:00
lint-file-header3.go Add extra rule 2018-02-04 14:51:19 -08:00
lint-file-header4.go Add extra rule 2018-02-04 14:51:19 -08:00
lint-file-header5.go Add extra rule 2018-02-04 14:51:19 -08:00
max-public-structs.go Add new rule 2018-02-02 13:32:03 -05:00
superfluous-else.go Adds rule superfluous-else (an extension of indent-error-flow) (#13) 2018-06-08 07:06:29 -07:00