diff --git a/CHANGELOG.md b/CHANGELOG.md index 35993a54..f1b88f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,49 @@ Follow the news and releases on our [twitter](https://twitter.com/golangci) and our [blog](https://medium.com/golangci). There is the most valuable changes log: +### August 2021 + +1. new linters: + * Add `errname` linter +2. update linters: + * `gomodguard`: from 1.2.2 to 1.2.3 + * `revive`: from 1.0.9 to 1.1.0 + * `staticcheck`: bump to 2021.1.1 (v0.2.1) + * `wrapcheck`: bump to v2.3.0 + +### July 2021 + +1. update linters: + * `errcheck`: allow exclude config without extra file + * `exhaustive`: from 0.1.0 to 0.2.3 + * `gocognit`: from 1.0.1 to 1.0.5 + * `godot`: from 1.4.7 to 1.4.8 + * `gomoddirectives`: from 0.2.1 to 0.2.2 + * `revive`: from 1.0.8 to 1.0.9 +2. documentation: + * improve `goconst` documentation + * improve `goimports` description + ### June 2021 1. update linters: * `durationcheck`: from 0.0.7 to 0.0.8 + * `gci`: from 0.2.8 to 0.2.9 * `goconst`: from 0.5.6 to 0.5.7 + * `gofumpt`: Add lang-version option * `gomodguard`: from 1.2.1 to 1.2.2 + * `gosec`: from 2.8.0 to 2.8.1 + * `revive`: add enable-all-rules. * `revive`: allow to disable rule * `revive`: fix exclude comment rule for const block + * `revive`: from 1.0.7 to 1.0.8 + * `wrapcheck`: from 2.1.0 to 2.2.0 2. documentation: * add all integrations to docs introduction page 3. Misc: * 🎉 Un-deprecate enable-all option * output: generate HTML report + * Support RISV64 ### May 2021 diff --git a/README.md b/README.md index 04e1ea36..b654e3fb 100644 --- a/README.md +++ b/README.md @@ -81,240 +81,249 @@ The Core Team has the following responsibilities:
Pierre Durand
+
Alexey Palazhchenko

Duco van Amstel

David Lobe

Will Dixon
+
Kensei Nakada
+
Nishanth Shanmugham

Melvin
-
Nishanth Shanmugham
-
Alexey Palazhchenko
-
Matouš Dzivjak
-
Kensei Nakada
+
Matouš Dzivjak

Alec Thomas

Sebastien Rosset

Michael Mulligan
-
Joe Wilner
-
Soichiro Kashima

Nuruddin Ashr
+
Mateusz Gozdek
+
Joe Wilner
-
Mateusz Gozdek
+
Soichiro Kashima

Tim Heckman

Colin Arnott

James

Dan Kortschak

Ryan Boehning
-
Kamil Samigullin
+
sivchari
-And 219 more our team members +And 229 more our team members + - - + + - - + + + - - + + + + + - - - + + - - - - + + + + + + + + + - - - - - - + + + + + + - - + + - - - - + - - + + - - + + - - - + + + - - + + - - - - - + + + + - - + + - - + + - - - + + + + + + + - + - - + - + + - + - + - - + + - + @@ -332,7 +341,7 @@ The Core Team has the following responsibilities: - + @@ -363,36 +372,39 @@ The Core Team has the following responsibilities: - + + - - + + + - + + + + - - + + - - diff --git a/assets/github-action-config.json b/assets/github-action-config.json index 5ef0cadb..fd82116a 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.41.1", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.41.1/golangci-lint-1.41.1-linux-amd64.tar.gz" + "TargetVersion": "v1.42.0", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.42.0/golangci-lint-1.42.0-linux-amd64.tar.gz" }, "v1.10": { "Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.14.0 and later versions" @@ -134,6 +134,10 @@ "TargetVersion": "v1.41.1", "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.41.1/golangci-lint-1.41.1-linux-amd64.tar.gz" }, + "v1.42": { + "TargetVersion": "v1.42.0", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.42.0/golangci-lint-1.42.0-linux-amd64.tar.gz" + }, "v1.5": { "Error": "golangci-lint version 'v1.5' isn't supported: we support only v1.14.0 and later versions" }, diff --git a/docs/template_data.state b/docs/template_data.state index 52f0b502..4e204674 100755 --- a/docs/template_data.state +++ b/docs/template_data.state @@ -1,2 +1,2 @@ This file stores hash of website templates to trigger Netlify rebuild when something changes, e.g. new linter is added. -72d29db89922e503a296a31cdc2509152f3e9c5728a4931f21c6313f90ab83e4 \ No newline at end of file +fbb2d7e72e26d45ce7f4e8e0e51fd87e4b155fdd649bc83d1a4c55d44228e8f0 \ No newline at end of file

Kamil Samigullin

Luke Shumaker

Aliaksandr Mianzhynski

Mitsuo Heijo

Iskander (Alex) Sharipov

Aliaksandr Mianzhynski

Mitsuo Heijo

Romanos

Aneesh Agrawal

Vladimir Evgrafov

Anton Telyshev

Aneesh Agrawal

Vladimir Evgrafov

sonatard

ZhangYunHao

gaojingyu

@odidev

NiseVoid

Sean DuBois

Viktoras

Sean DuBois

Viktoras

Agniva De Sarker

Henrik Johansson

Eugene Simonov

SystemGlitch

Tom Arrell

John Starich

Koichi Shiraishi

Bart

Bart

@golangci-releaser

Patrick Kuca

Viacheslav Poturaev

Tom Arrell

David Braley

Chris Bandy

Lukas Malkmus

sivchari

Chris Bandy

Neha Viswanathan

Steve Coffman

Lukas Malkmus

Robert Liebowitz

Aleksey Bakin

Zeal Wierslee

Kunwardeep

Pierre R

Stephan Renatus

Diego Pontoriero

Daniel Helfand

Zik

Alex Collins

Zik

Alex Collins

Ryo Nakao

Peter Mescalchin

Tommy Mühle

@kyoh86

Sebastiaan van Stijn

@Dominik-K

ferhat elmas

@golangci-releaser

M. Ángel Jimeno

Faisal Alam

M. Ángel Jimeno

Chris Drew

Marat Reymers

Teiva Harsanyi

Craig Silverstein

Kailun Qin

Craig Silverstein

Ariel Mashraki

Denis Isaev

Tom Payne

francisco souza

Ryan Olds

Neha Viswanathan

Hiroki Suezawa

Fabrice

Hiroki Suezawa

Steve Coffman

Fabrice

Christoph Blecker

Mateusz Bilski

Ben Ye

Ben Ye

Stephanie Wilde-Hobbs

Cory LaNou

Vitaly Isaev

Shulhan

Renato Suero

Ben Wells

Brian Flad

Sean McGinnis

Jakub Chábek

tdakkota

Eric Wohltman

Borja Clemente

masibw

Gianguido Sora'

Sonia Hamilton

Berezhnoy Pavel

Henry

Sindre Røkenes Myren

Sindre Røkenes Myren

Aofei Sheng

Bartłomiej Klimczak

Maksym Pavlenko

Jonathan Chappelow

Ivan

James Lucktaylor

Dale Hui

Ondrej Fabry

Kishan B

proton

Markus

Robert Liebowitz

Sebastian Spaink

Markus

Sebastian Spaink

Andrew Lavery

Tariq Ibrahim

Peter Štibraný

kaixiang zhong

@ced42

David Bariod

Derek Perkins

Eldar Rakhimberdin

Toon Schoenmakers

Cezar Sá Espinola

Ben Paxton

Andrey Kuchin

Connor Adams

Draven

Martins Irbe

Rodrigo Brito

takaya

Mark Sart

Joshua Rubin

Linus Arver

Gustavo Bazan

Linus Arver

Glen Mailer

Ian Howell

Chris K

subham sarkar

Tyler Beverley

Marko

Chris Lewis

David Gleich

Muhammad Ikhsan

Muhammad Ikhsan

Denis Titusov

Terdunov Vyacheslav

Sean Chittenden

Hui Zhu

@Harsimran1

rinsuki

Anton Antonov

Anton Antonov

Gustavo Bazan

@hn8

☃ Elliot Shepherd

@nvartolomei

Martin Etmajer

Martin Etmajer

@techknowlogick

Fisher Xu

Matthew Poer

Matthew Poer

Cody Ley-Han

Marc Tudurí

Patrick Zhang

darklore

@to6ka

@evalexpr

Collin Kreklow

Collin Kreklow

Grigory Zubankov

Marcin Owsiany

@xxpxxxxp

C.J. Jameson

Jack

@ofw

Boban Acimovic

Boban Acimovic

David Hill

Troy Ronda

Troy Ronda

Osamu TONOMORI

Bo Liu

Steven Allen

Colin Arnott

Eran Levy

Eran Levy

Roman Leventov

Eric Jain

Hugo Osvaldo Barrera

Michael

Evgeniy Kulikov

Chris Nesbitt-Smith

David Golub

Alexander Morozov

Hernan Bandura

@hbandura

Liam White

Alex Dupre

Juanito

Irina

Petr Pučil

Dima

Alessio Treglia

Alexandre Vilain

Alessio Treglia

Alay Patel

Martin Hutchinson

Emanuel Bennici

Mayo

Christian Clauss

Korjavin Ivan

Francois Parquet

Johannes Liebermann

Korjavin Ivan

Francois Parquet

Robert Kopaczewski

@opennota

Cyrille Meichel

neglect-yp

neglect-yp

@sg0hsmt

@jumpeiMano

Wei Jian Gan

Tamás Gulácsi

Jack Wilsdon

Michał Suchwałko

Alexander Apalikov

Domas Tamašauskas

Stéphane Chausson

neo_sli

@srdhoni

Thomas Bonfort

Matthieu MOREL