1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-10 03:17:11 +02:00
revive/fixtures
chavacava 1fa5046357 Adds new rule empty-block (#14)
* Adds rule superfluous-else (an extension of indent-error-flow)

* initial (non functional) version

* empty-block working version

* adds tests for empty-block rule

* Adds empty-block to the rules table

* code clean-up
2018-06-08 12:41:49 -07:00
..
golint Add test case for unexported-return 2018-06-02 09:45:19 -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 Adds new rule empty-block (#14) 2018-06-08 12:41:49 -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