1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-08 22:41:54 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Oleksandr Redko
b34c8e96ec refactor: fix musttag lint issues (#1464) 2025-08-11 01:43:23 -07:00
Oleksandr Redko
f4976873e7 docs: improve comments for functions; enable godot (#1382) 2025-05-27 07:44:24 +02:00
chavacava
04728cf0de Lint cleanup (#679) 2022-04-10 11:55:13 +02:00
SalvadorC
55cfae63e9 Conf reason rule disabling (#193)
* adds support for comments when enabling/disabling

* adds config flag to require disabling reason

* Update lint/file.go

adds code fmt suggestion by @mgechev

Co-Authored-By: Minko Gechev <mgechev@gmail.com>

* moves regexp compilation out of the function
fix typo in condition

* adds support for comments when enabling/disabling

* skips incomplete directives and generate a failure

* adds _directive_ concept to cope with specify-disable-reason

* adds doc
gofmt

* fixes severity is ignored
2019-08-02 08:21:33 -07:00
Markus Wiegand
1e0238d20a Add severity to json formatter (#33)
* Add severity to json formatter

* Rename struct 'JSONObject'
2018-07-12 20:36:45 -07:00
mgechev
ec03cccdf2 Refactoring 2018-02-04 13:42:05 -08:00