1
0
mirror of https://github.com/mgechev/revive.git synced 2025-10-30 23:37:49 +02:00

10 Commits

Author SHA1 Message Date
Oleksandr Redko
809768cffe chore: enable formatters in golangci-lint config (#1421) 2025-07-12 07:32:39 -07:00
chavacava
5f32e8bffa chore: add lint and all targets to Makefile (#1298) 2025-04-07 11:24:19 +02:00
chavacava
31fbdb1833 Fix/677 (#678) 2022-04-10 09:06:59 +02:00
4ricci
d2ab719a0e Makefile: fix VERSION_FLAGS (#667)
Since 1c283837a9 build info variables
are defined in "github.com/mgechev/revive/cli", not "main".

Fixes #666
2022-04-04 15:37:43 +02:00
David Jimenez
b331445a16 Set all version flags at build time so they have correct values (#593) 2021-10-15 10:35:15 +02:00
SalvadorC
50f01f660d fix issue 470 (#477) 2020-10-29 15:11:52 +02:00
mgechev
1b550a8467 build: enable go modules in makefile 2018-09-17 12:32:54 -07:00
mgechev
8fcd76f422 chore: update makefile & developing 2018-09-17 12:23:14 -07:00
Minko Gechev
f966283f3e Fix rule for documentation of exported types (#29)
* Fix rule for documentation of exported types

The rule was failing in the following case:

```go
// A is an awesome type
type A = int
```

Because revive was skipping the leading `A`, considering it as an article.

* Add "This" article and update Makefile
2018-07-08 08:14:15 +10:00
mgechev
aba0391c89 Add makefile 2018-05-26 16:36:23 -07:00