1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/formatter
chavacava 439cef2893 New formatter: checkstyle (#37)
* 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

* Adds checkstyle formatter

* Update README.md

fix typo
2018-07-15 12:45:15 -07:00
..
checkstyle.go New formatter: checkstyle (#37) 2018-07-15 12:45:15 -07:00
default.go Fix formatter and output 2018-01-27 23:03:07 -08:00
friendly.go Update the failure location 2018-05-28 20:49:59 -07:00
json.go Add severity to json formatter (#33) 2018-07-12 20:36:45 -07:00
ndjson.go Add formatter NDJSON (#34) 2018-07-13 15:01:27 -07:00
severity.go Add new formatter 2018-05-26 13:47:16 -07:00
stylish.go Cyan for readability 2018-06-06 15:23:12 +02:00