1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-28 08:49:11 +02:00
revive/test
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
..
argument-limit_test.go Add tests for the arguments limit 2018-02-04 15:10:35 -08:00
cyclomatic_test.go Add extra rule 2018-02-04 14:51:19 -08:00
disable-annotations_test.go Update the documentation for comment annotations 2018-06-01 10:54:30 -07:00
empty-block_test.go Adds new rule empty-block (#14) 2018-06-08 12:41:49 -07:00
file-header_test.go Add extra rule 2018-02-04 14:51:19 -08:00
golint_test.go Refactoring and renaming 2018-05-26 21:28:31 -07:00
max-public-structs_test.go Add extra rule 2018-02-04 14:51:19 -08:00
superfluous-else_test.go Adds rule superfluous-else (an extension of indent-error-flow) (#13) 2018-06-08 07:06:29 -07:00
utils.go Fix package level type checking 2018-05-31 19:49:39 -07:00