From 0f3fd2ad1fbb490103200cda9f0567bc12489b54 Mon Sep 17 00:00:00 2001 From: golangci-releaser Date: Tue, 25 Jan 2022 12:02:21 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- README.md | 205 +++++++++++++++++-------------- assets/github-action-config.json | 8 +- docs/template_data.state | 2 +- 3 files changed, 123 insertions(+), 92 deletions(-) diff --git a/README.md b/README.md index 0ae008c5aff6..a9ba8e5e616a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ The Core Team has the following responsibilities: - +

Denis Isaev

Aleksandr Razumov

Aleksandr Razumov
@@ -63,90 +63,99 @@ The Core Team has the following responsibilities: - + - - + + + - + - + - - + - + + - + - - - + +

Ludovic Fernandez

Ludovic Fernandez

Sergey Vilgelm

Tam Mach

Trevor Pounds

Simon Sawert

Long Dai

Sascha Grunert

Looong Dai

Oleg Butuzov

Sascha Grunert

@iwankgb

Andrew Shannon Brown

Oleg Butuzov

Ryan Currah

Pierre Durand

Denis Tingaikin

Denis Krivak

Pierre Durand

Sebastien Rosset

Alexey Palazhchenko

Duco van Amstel

Nishanth Shanmugham

Kensei Nakada

David Lobe

Melvin

Nishanth Shanmugham

sivchari

sivchari

Melvin

Iskander (Alex) Sharipov

Matouš Dzivjak

Alec Thomas

Will Dixon

Iskander (Alex) Sharipov

Mateusz Gozdek

Michael Mulligan

Nuruddin Ashr

Anton Telyshev

Joe Wilner

Soichiro Kashima

Anton Telyshev

Tim Heckman

Mitsuo Heijo

Colin Arnott

@golangci-releaser

Tim Heckman
-And 252 more our team members +And 273 more our team members - - - - - + + + + + + + + - - + - - + + + + + + + + + - - - + + + @@ -155,238 +164,247 @@ The Core Team has the following responsibilities: - + + - + + - - + + - - + + - - + + - - + + + + + + - - - - - - - - + + + + - + - - + + + - - - + + - - - + + - + - + + - - + + - - - - + + + + + - - - + + + + + - - - - - + + + + + + + + + - - - - + + + + - + - + - + - + - - - - + + + + @@ -398,24 +416,33 @@ The Core Team has the following responsibilities: - - + + - + + + - + + + + - - + + + + + + @@ -430,9 +457,9 @@ The Core Team has the following responsibilities: - - + + diff --git a/assets/github-action-config.json b/assets/github-action-config.json index cae531dccb8b..a2c7db118c6a 100644 --- a/assets/github-action-config.json +++ b/assets/github-action-config.json @@ -1,8 +1,8 @@ { "MinorVersionToConfig": { "latest": { - "TargetVersion": "v1.43.0", - "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.43.0/golangci-lint-1.43.0-linux-amd64.tar.gz" + "TargetVersion": "v1.44.0", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.44.0/golangci-lint-1.44.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" @@ -142,6 +142,10 @@ "TargetVersion": "v1.43.0", "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.43.0/golangci-lint-1.43.0-linux-amd64.tar.gz" }, + "v1.44": { + "TargetVersion": "v1.44.0", + "AssetURL": "https://github.com/golangci/golangci-lint/releases/download/v1.44.0/golangci-lint-1.44.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 c03a40308591..9288094ccc82 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. -1fa49fbe817361972483cacb5d93a85faaba33c6a3d817bfcba8b8c7dd28855f \ No newline at end of file +b9810d4a9ec034dae53108a02b58f8c479071501e1407fb2d7651bc06d51c11f \ No newline at end of file From 20733a7dec9eed76a544e8d526831b6b03b4f633 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Tue, 25 Jan 2022 13:03:53 +0100 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 871341ad2ae3..5221fb9d07de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,58 @@ 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: +### v1.44.0 + +1. new linters: + * `containedctx`: https://github.com/sivchari/containedctx + * `decorder`: https://gitlab.com/bosi/decorder + * `errchkjson`: https://github.com/breml/errchkjson + * `maintidx`: https://github.com/yagipy/maintidx + * `grouper`: https://github.com/leonklingele/grouper +2. updated linters: + * `asciicheck`: bump to v0.1.1 + * `bidichk`: from 0.1.1 to 0.2.1 + * `bodyclose`: bump to HEAD + * `decorder`: from 0.2.0 to 0.2.1 + * `depguard`: from 1.0.1 to 1.1.0 + * `errchkjson`: from 0.2.0 to 0.2.1 + * `errorlint`: bump to HEAD + * `exhaustive`: drop deprecated/unused settings + * `exhaustive`: from v0.2.3 to 0.7.11 + * `forbidigo`: from 1.2.0 to 1.3.0 + * `forcetypeassert`: bump to v0.1.0 + * `gocritic`: from 0.6.1 to 0.6.2 + * `gocritic`: support autofix + * `gocyclo`: from 0.3.1 to 0.4.0 + * `godot`: add period option + * `gofumpt`: from 0.1.1 to 0.2.1 + * `gomnd`: from 2.4.0 to 2.5.0 + * `gomnd`: new configuration + * `gosec`: from 2.9.1 to 2.9.6 + * `ifshort`: from 1.0.3 to 1.0.4 + * `ineffassign`: bump to HEAD + * `makezero`: to v1.1.0 + * `promlinter`: from v0.1.0 to HEAD + * `revive`: fix `enableAllRules` + * `revive`: from 1.1.2 to 1.1.3 + * `staticcheck`: from 0.2.1 to 0.2.2 + * `tagliatelle`: from 0.2.0 to 0.3.0 + * `thelper`: from 0.4.0 to 0.5.0 + * `unparam`: bump to HEAD + * `varnamelen`: bump to v0.5.0 + * `wrapcheck`: update configuration to include `ignoreSignRegexps` +3. documentation: + * linters: improve pages about configuration + * improve page about false-positive + * `nolintlint`: fix wrong default value in comment + * `revive`: add a more detailed configuration +4. misc: + * outputs: Add support for multiple outputs + * outputs: Print error text in tag content for more readable JUnit output + * outputs: ensure that the Issues key in JSON format is a list + * Return error if any linter fails to run + * cli: Show deprecated mark in the CLI linters help + ### November 2021 1. new linters:

James

Luke Shumaker

Dan Kortschak

Ryan Boehning

@golangci-releaser

Kamil Samigullin

Lucas Bremgartner

Steve Coffman

Colin Arnott

James

Luke Shumaker

Márk Sági-Kazár

Dan Kortschak

Ryan Boehning

@leonklingele

Aliaksandr Mianzhynski

Rski

Aneesh Agrawal

Vladimir Evgrafov

Sasha Melentyev

Peter Mescalchin

sonatard

ZhangYunHao

Aneesh Agrawal

Vladimir Evgrafov

Maik Schreiber

sonatard

ZhangYunHao

gaojingyu

@odidev

NiseVoid

Sean DuBois

Viktoras

Agniva De Sarker

Eugene Simonov

Henrik Johansson

SystemGlitch

Eugene Simonov

SystemGlitch

Tom Arrell

John Starich

Koichi Shiraishi

Bart

Bart

Neha Viswanathan

Oleksandr Redko

David Braley

Lukas Malkmus

Chris Bandy

Nate Finch

Neha Viswanathan

Robert Liebowitz

Tim Kral

Hiroyuki Yagihashi

Aleksey Bakin

Zeal Wierslee

Kunwardeep

Pierre R

Stephan Renatus

Gustavo Bazan

Diego Pontoriero

Diego Pontoriero

Daniel Helfand

Zik

Faisal Alam

Alex Collins

Ryo Nakao

Tommy Mühle

@kyoh86

Sebastiaan van Stijn

@kyoh86

Sebastiaan van Stijn

@Dominik-K

Craig Silverstein

Bartłomiej Klimczak

ferhat elmas

Faisal Alam

M. Ángel Jimeno

Chris Drew

Chris Drew

Marat Reymers

Teiva Harsanyi

Kailun Qin

Florian Bosdorff

Ariel Mashraki

Denis Isaev

Tom Payne

francisco souza

Tom Payne

francisco souza

Ryan Olds

Maik Schreiber

Hiroki Suezawa

Fabrice

Christoph Blecker

Mateusz Bilski

Ben Ye

Benjamin

Ben Ye

Kir Kolyshkin

Stephanie Wilde-Hobbs

Cory LaNou

Jakub Chábek

Vitaly Isaev

Shulhan

Renato Suero

tdakkota

Ben Wells

Brian Flad

Sean McGinnis

Jakub Chábek

Oleksandr Redko

Eric Wohltman

Borja Clemente

Kir Kolyshkin

masibw

Gianguido Sora'

Borja Clemente

Lauris BH

masibw

Gianguido Sora'

Pete Wagner

Sonia Hamilton

Sonia Hamilton

Berezhnoy Pavel

Henry

Sindre Røkenes Myren

Henry

Sindre Røkenes Myren

Jonathan Chappelow

Aofei Sheng

Maksym Pavlenko

Jonathan Chappelow

Ivan

James Lucktaylor

Dale Hui

Ondrej Fabry

Dale Hui

Ondrej Fabry

Kishan B

proton

Ghvst Code

Markus

Sebastian Spaink

Andrew Lavery

Lucas Bremgartner

Sebastian Spaink

Andrew Lavery

Tariq Ibrahim

Peter Štibraný

kaixiang zhong

@ced42

David Bariod

Derek Perkins

Eldar Rakhimberdin

Eldar Rakhimberdin

Toon Schoenmakers

Cezar Sá Espinola

Ben Paxton

Andrey Kuchin

Connor Adams

Draven

Martins Irbe

Martins Irbe

Rodrigo Brito

takaya

Mark Sart

Joshua Rubin

Danil Ovchinnikov

Linus Arver

Glen Mailer

Ian Howell

Glen Mailer

Ian Howell

Chris K

Grigory Zubankov

@xxpxxxxp

subham sarkar

Tyler Beverley

sylvia

Ryan Leung

subham sarkar

smantic

sylvia

Ryan Leung

Donal Byrne

Marko

Chris Lewis

David Gleich

Muhammad Ikhsan

Denis Titusov

Terdunov Vyacheslav

Sean Chittenden

Denis Titusov

Terdunov Vyacheslav

Sean Chittenden

Hui Zhu

@Harsimran1

rinsuki

Anton Antonov

@hn8

☃ Elliot Shepherd

@nvartolomei

Martin Etmajer

@techknowlogick

Fisher Xu

Matthew Poer

Cody Ley-Han

Marc Tudurí

Patrick Zhang

Cody Ley-Han

Marc Tudurí

@pohang

@darklore

@to6ka

@evalexpr

Collin Kreklow

Marcin Owsiany

C.J. Jameson

Jack

paul fisher

@ofw

Rafik Draoui

Miles Delahunty

@ofw

Benjamin

@sg0hsmt

Boban Acimovic

David Hill

Troy Ronda

Osamu TONOMORI

Bo Liu

Steven Allen

Colin Arnott

Eran Levy

Roman Leventov

Eric Jain

Hugo Osvaldo Barrera

Denis Limarev

Michael

Michael

Evgeniy Kulikov

Chris Nesbitt-Smith

Daniel Caballero

Carlton Henderson

Shintaro Ikeda

Matt Braymer-Hayes

@xuri

@xuri

Charl Matthee

Sriram Venkatesh

Peter Schuller

David Golub

Alexander Morozov

@hbandura

Liam White

Liam White

Alex Dupre

Juanito

Jinming Yue

Igor Zibarev

@wxdao

Kévin Dunglas

Sijie Yang

Sijie Yang

Stephen

Thang Minh Vu

Julia Ogris

Greg Curtis

@ac-rappi

Dudás Ádám

Abhishek | अभिषेक

Abhishek | अभिषेक

Daniele

Takumasa Sakao

Ben Drucker

Stephen Brown II

Matthew Cobbing

paul fisher

@Darlez

Kirill Danshin

Kevin Gillette

mook

Kyungmin Bae

Irina

Petr Pučil

Aaron Bennett

Alay Patel

Martin Hutchinson

Emanuel Bennici

Mayo Cream

Christian Clauss

Mayo

Matias Lahti

Johannes Liebermann

@seabass-labrax

Christian Clauss

Johanan Liebermann

Korjavin Ivan

Eng Zer Jun

Tibo Delor

Mateus Esdras

Tibo Delor

Francois Parquet

Robert Kopaczewski

@opennota

Cyrille Meichel

neglect-yp

Felix

Adrien

Anirudh Sylendranath

@jumpeiMano

Federico Guerinoni

Alex Rodin

Arjen van der Ende

Wei Jian Gan

Tamás Gulácsi

@derekhuizhang

Leo Takaoka

Matias Lahti

le0tk0k

Sean Schneeweiss

@connorszczepaniak-wk

Thomas Bonfort

Matthieu MOREL

Tomas Dabasinskas