1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-13 13:48:36 +02:00
chavacava db6c522a37 New rule: unreachable-code (#38)
* 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

* clean-up

* draft working version

* cleaner version + more informative messages

* adds check on struct field names

* fix config.go

* clean master

* new ADS rule: newerr

* ADS-print working version

* ads-print final version

* ads-lost-err working version

* confusing-namming: fix tests

* removes ads-* rules

* rule unreachable-code

* unreachable-code refactored version

* skip corner case of mandatory return
2018-07-16 14:23:47 -07:00
..
2018-01-24 15:44:03 -08:00
2018-01-26 20:45:17 -08:00
2018-06-27 06:21:03 +10:00
2018-01-24 15:44:03 -08:00
2018-05-26 21:28:31 -07:00
2018-01-25 11:34:38 -08:00
2018-01-27 17:01:18 -08:00
2018-05-31 21:43:02 -07:00
2018-05-26 16:14:36 -07:00
2018-06-22 21:21:09 +10:00
2018-01-25 10:35:27 -08:00
2018-01-25 11:16:28 -08:00
2018-06-13 07:01:31 -07:00
2018-02-02 13:32:03 -05:00
2018-01-24 15:44:03 -08:00
2018-01-25 10:42:39 -08:00
2018-05-26 21:28:31 -07:00
2018-05-30 17:41:02 -07:00