1
0
mirror of https://github.com/mgechev/revive.git synced 2024-12-04 10:24:49 +02:00
revive/test
chavacava 443bfc9e0b New rule: Confusing naming (#16)
* Adds rule superfluous-else (an extension of indent-error-flow)

* Fix superfluous-else rule struct namming.

* Adds superfuous-else rule to the rules table

* Adds confusing-naming rule

* adds multifile test

* [WIP] fix multiple file test

* draft solution for detecting confusing-names through multiple files

* [WIP] confusing-name multiple files

* draft working version

* cleaner version + more informative messages

* adds check on struct field names

* confusing-namming: fix tests
2018-07-02 12:05:20 +10:00
..
argument-limit_test.go Add tests for the arguments limit 2018-02-04 15:10:35 -08:00
confusing-naming_test.go New rule: Confusing naming (#16) 2018-07-02 12:05:20 +10:00
cyclomatic_test.go Add extra rule 2018-02-04 14:51:19 -08:00
deep-exit_test.go New rule deep-exit (#26) 2018-06-27 06:21:03 +10: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
get-return_test.go New rule: get-return (#23) 2018-06-22 21:21:09 +10:00
golint_test.go Improve tests (#18) 2018-06-11 11:22:06 -07:00
max-public-structs_test.go Add extra rule 2018-02-04 14:51:19 -08:00
modifies-param_test.go New rule: modifies-parameter (#25) 2018-06-24 17:26:21 +10: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