Skip to content

Releases: mgechev/revive

v1.1.0

15 Aug 22:33
c582d62
Compare
Choose a tag to compare

Changelog

7dde483 Add Unwrap to common methods (#547)
c582d62 Update module github.com/BurntSushi/toml to v0.4.1 (#549)
b5b6565 Update module golang.org/x/tools to v0.1.5 (#544)
a9ba67b Update the list of contributors
c939bb6 add new rule useless-break (#551)
98c374d add tests on common methods handling (#548)

v1.0.9

12 Jul 04:34
89f108c
Compare
Choose a tag to compare

Changelog

daffd5f Fix a typo: "Rule tuning" (#539)
1acbe6b Fix testeability typo (#542)
cfac8b0 fix 534 (#536)
ea51f7a fix issue #537 (#538)
89f108c fix issue #540 (#543)

v1.0.8

25 Jun 18:06
1d91f74
Compare
Choose a tag to compare

Changelog

8586baa Update module golang.org/x/tools to v0.1.3 (#531)
1d91f74 Update module golang.org/x/tools to v0.1.4 (#533)
0ade5dc Update the list of contributors
575ce5f new rule: nested-structs (#530)
b5ff632 simplify: redundant map composite literal (#528)

v1.0.7

28 May 03:32
c4d52d2
Compare
Choose a tag to compare

Changelog

7abb883 Add version command to show binary build info (#506)
269e82a Update the list of projects using revive (#507)
f2d79cc adds SARIF formatter (#508)

v1.0.6

05 Apr 18:57
f2d79cc
Compare
Choose a tag to compare

Changelog

7abb883 Add version command to show binary build info (#506)
269e82a Update the list of projects using revive (#507)
f2d79cc adds SARIF formatter (#508)

v1.0.5

20 Mar 22:50
46f6591
Compare
Choose a tag to compare

Changelog

93b26c7 adds "exclude" knob in configuration (#505)
46f6591 new rule function-length (#504)

v1.0.4

18 Mar 22:12
f8f4bf2
Compare
Choose a tag to compare

Changelog

f8f4bf2 Add goreleaser & a gh workflow (#503)
cc4da66 Add information about GoLand support on README (#502)
535f426 Ignore blank import of embed if embed is actually used in the file (#501)
389ba85 Update module olekukonko/tablewriter to v0.0.5 (#499)

v1.0.3

22 Jan 18:42
51dd833
Compare
Choose a tag to compare

Fix configuration parsing.

v1.0.2

02 Mar 19:14
c469747
Compare
Choose a tag to compare

Remove unused testdata dependencies from go.mod.

v1.0.1

07 Jan 23:52
Compare
Choose a tag to compare

Improve the implementation of deep-exit rule.