1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
Commit Graph

796 Commits

Author SHA1 Message Date
SalvadorC
097f0bb533
better messages for rules' config errors (#563) 2021-08-17 12:14:42 -07:00
SalvadorC
351bb1277e
updates installation instructions (#562) 2021-08-17 18:02:22 +02:00
SalvadorC
28559501d3
fix issue 556 (#557) 2021-08-16 12:15:17 +02:00
renovate[bot]
c582d6221f
Update module github.com/BurntSushi/toml to v0.4.1 (#549)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-15 15:30:46 -07:00
SalvadorC
c939bb6af8
add new rule useless-break (#551) 2021-08-15 15:30:08 -07:00
SalvadorC
98c374dcad
add tests on common methods handling (#548) 2021-07-28 17:59:55 +03:00
chris erway
7dde483bac
Add Unwrap to common methods (#547) 2021-07-28 10:50:09 +02:00
renovate[bot]
b5b656510a
Update module golang.org/x/tools to v0.1.5 (#544)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-07-15 22:33:19 -07:00
mgechev
a9ba67bacb Update the list of contributors 2021-07-11 21:35:26 -07:00
SalvadorC
89f108c22a
fix issue #540 (#543) 2021-07-11 21:31:46 -07:00
Derek Perkins
1acbe6b30e
Fix testeability typo (#542) 2021-07-10 08:15:20 +02:00
Abel
daffd5f7c7
Fix a typo: "Rule tuning" (#539) 2021-06-30 18:25:34 +02:00
SalvadorC
ea51f7aa3f
fix issue #537 (#538) 2021-06-29 13:04:51 -07:00
SalvadorC
cfac8b0013
fix 534 (#536)
Closes #534
2021-06-29 21:40:40 +02:00
renovate[bot]
1d91f74b14
Update module golang.org/x/tools to v0.1.4 (#533)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-25 11:02:58 -07:00
renovate[bot]
8586baacbf
Update module golang.org/x/tools to v0.1.3 (#531)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-06-16 13:19:58 -07:00
Robert Deusser
575ce5f61a
new rule: nested-structs (#530)
new rule: nested-structs
2021-06-15 11:36:41 +02:00
mgechev
0ade5dc9f8 Update the list of contributors 2021-06-02 10:41:53 -07:00
sina safari
b5ff6325c2
simplify: redundant map composite literal (#528) 2021-05-31 21:54:58 +02:00
renovate[bot]
c4d52d202d
Update module github.com/fatih/color to v1.12.0 (#524)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-25 15:09:42 -07:00
renovate[bot]
bcbc08c281
Update module golang.org/x/tools to v0.1.2 (#527)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-25 15:09:23 -07:00
SalvadorC
97ef50d9f7
fix 525 (#526) 2021-05-25 15:09:05 -07:00
SalvadorC
052235cc63
configuring revive in golanci-lint (#523) 2021-05-23 13:31:35 -07:00
SalvadorC
b298ffe4ee
Adds configuration option to enable all available rules (#521)
Adds configuration option to enable all available rules
2021-05-21 09:53:10 +02:00
renovate[bot]
5b4bd9a3c2
Update module github.com/fatih/color to v1.11.0 (#516)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-14 16:00:27 -07:00
renovate[bot]
a140bedcec
Update module golang.org/x/tools to v0.1.1 (#515)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-05-12 01:29:11 -07:00
Bernhard Reisenberger
3bac05c7a4
range-val-address: improve detection (#514)
range-val-address: improve detection
2021-05-03 14:22:35 +02:00
Markus Wiegand
e84dbc623d
bump revive-action to v2 (#512) 2021-04-18 20:13:35 +02:00
Keith Scroggs
2afe668e7b
Check string literals against regular expressions (#511)
Add string-format rule
2021-04-18 18:35:30 +02:00
renovate[bot]
8635ef94ee
Update github.com/chavacava/garif commit hash to e8a0a40 (#509)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-05 19:00:03 -07:00
SalvadorC
f2d79cc85d
adds SARIF formatter (#508) 2021-04-05 11:54:33 -07:00
Dmitry Filimonov
269e82afb9
Update the list of projects using revive (#507) 2021-03-30 13:33:56 -07:00
Ahmed
7abb883d0f
Add version command to show binary build info (#506)
add version cli flag to show binary build info
2021-03-23 20:45:31 +01:00
SalvadorC
46f65914e3
new rule function-length (#504) 2021-03-20 15:45:30 -07:00
SalvadorC
93b26c7949
adds "exclude" knob in configuration (#505) 2021-03-20 15:43:44 -07:00
Ahmed
f8f4bf23a4
Add goreleaser & a gh workflow (#503)
* Add goreleaser & a gh workflow

* format code
2021-03-18 15:10:22 -07:00
Daniil Maslov
cc4da66338
Add information about GoLand support on README (#502) 2021-03-13 12:11:59 +01:00
Jakub Chábek
535f426fb8
Ignore blank import of embed if embed is actually used in the file (#501)
* Ignore blank import of embed
2021-03-06 14:04:57 +01:00
renovate[bot]
389ba853b0
Update module olekukonko/tablewriter to v0.0.5 (#499)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-02-12 16:47:56 -08:00
renovate[bot]
51dd8335dd
Update module golang.org/x/tools to v0.1.0 (#496)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-21 20:55:23 -08:00
renovate[bot]
a3fd1359da
Update golang.org/x/tools commit hash to e2f9c7f (#494)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-10 12:15:22 -08:00
renovate[bot]
ee67eb0ac8
Update golang.org/x/tools commit hash to 9ed4547 (#493)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-06 09:27:39 -08:00
renovate[bot]
54d3104c52
Update golang.org/x/tools commit hash to 773b96f (#492)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-03 10:07:25 +01:00
renovate[bot]
80884d48fd
Update golang.org/x/tools commit hash to 2b0845d (#491)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-25 18:19:34 +02:00
renovate[bot]
193e35e715
Update golang.org/x/tools commit hash to ae774e9 (#487)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-18 16:27:20 +02:00
Markus Wiegand
131eb6a145
Bump revive-action from 1.3.3 to 1.4.0 (#488)
* fix lint workflow

* remove unnecessary step
2020-12-09 16:06:14 +02:00
renovate[bot]
d2c8a73ad9
Update golang.org/x/tools commit hash to b5590de (#485)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-28 01:20:20 +02:00
renovate[bot]
e9f1eba942
Update golang.org/x/tools commit hash to 780cb80 (#483)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-22 15:06:16 +02:00
renovate[bot]
2dee367b9d
Update golang.org/x/tools commit hash to 61ea331 (#482)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-15 20:57:11 +02:00
renovate[bot]
fec76dc2af
Update golang.org/x/tools commit hash to 78b1585 (#479)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-08 23:59:35 +02:00