diff --git a/CHANGELOG.md b/CHANGELOG.md index fe532498e849..d6d299cfbe9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,25 @@ 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: +### July 2020 + +1. `gofumpt` linter: + * update linter + * add `extra-rules` option + * support auto-fixing +2. upgrade `exhaustive` linter +3. upgrade `exportloopref` linter +4. improve 'no such linter' error message +5. sorting result.Issues implementation +6. enhancements in CI: + * Run `nancy` validation for all dependencies + * Move dependabot config to `.github` folder +7. other + * bump `lodash` from 4.17.15 to 4.17.19 in /tools + * bump `golangci/golangci-lint-action` from v1.2.2 to v2 + * bump `github.com/valyala/quicktemplate` from 1.5.0 to 1.5.1 + + ### June 2020 1. Add new linters: `gofumpt` diff --git a/README.md b/README.md index 2d22ecfc800d..87226bda7505 100644 --- a/README.md +++ b/README.md @@ -65,68 +65,68 @@ The Core Team has the following responsibilities:
Trevor Pounds

Tam Mach
-
Simon Sawert
+
Sergey Vilgelm

@iwankgb
+
Simon Sawert

Ryan Currah

Duco van Amstel
-
Pierre Durand
+
Pierre Durand

Will Dixon

David Lobe

Denis Krivak
+
Denis Tingaikin

Matouš Dzivjak

Alec Thomas
-
Alexey Palazhchenko
-
Joe Wilner
+
Alexey Palazhchenko
+
Joe Wilner

Soichiro Kashima

Nuruddin Ashr
-
Denis Tingaikin
-
Sergey Vilgelm

Xiang Dai

Tim Heckman
-
Ryan Boehning
+
Nishanth
+
Ryan Boehning
+
Oleg Butuzov

Andrew Shannon Brown

Luke Shumaker

Aneesh Agrawal
-
Nishanth Shanmugham

sonata

NiseVoid
-
James
+
James

Sean DuBois

Viktoras

Aliaksandr Mianzhynski

Henrik Johansson

Dan Kortschak

John Starich
-
Bart
-And 146 more our team members +And 147 more our team members + + - - + - @@ -141,7 +141,7 @@ The Core Team has the following responsibilities: - + @@ -195,84 +195,84 @@ The Core Team has the following responsibilities: + - + - + - + - + - + - + - + - + - + - @@ -300,6 +300,7 @@ The Core Team has the following responsibilities: +

Koichi Shiraishi

Bart

Agniva De Sarker

Oleg Butuzov

Ludovic Fernandez

Romanos

David Braley

Iskander (Alex) Sharipov

Sascha Grunert

Iskander (Alex) Sharipov

Stephan Renatus

Diego Pontoriero

Alex Collins

Koichi Shiraishi

Ryo Nakao

Sebastiaan van Stijn

Tommy Mühle

Denis Isaev

francisco souza

francisco souza

Ryan Olds

Hiroki Suezawa

Fabrice

Martins Irbe

Melvin

Joshua Rubin

Kyoichiro Yamada

Rodrigo Brito

Linus Arver

Glen Mailer

Ian Howell

Chris K

Chris K

Craig Silverstein

Marko

Chris Lewis

David Gleich

Muhammad Ikhsan

Denis Titusov

Terdunov Vyacheslav

Terdunov Vyacheslav

Sean Chittenden

Hui Zhu

@Harsimran1

@nvartolomei

Martin Etmajer

@techknowlogick

Fei Xu

Fei Xu

Matthew Poer

Cody Ley-Han

Marc Tudurí

Patrick Zhang

darklore

@to6ka

Daniel Helfand

Daniel Helfand

Wilkins

Collin Kreklow

David Hill

Troy Ronda

Osamu TONOMORI

Bo Liu

Steven Allen

Steven Allen

Colin Arnott

Michael

Evgeniy Kulikov

Chris Nesbitt-Smith

Daniel Caballero

Carlton Henderson

Shintaro Ikeda

Shintaro Ikeda

@xuri

Charl Matthee

Sriram Venkatesh

Peter Schuller

David Golub

Alexander Morozov

Hernan Bandura

Hernan Bandura

Liam White

Alex Dupre

Juan Carlos

Jinming Yue

Igor Zibarev

@wxdao

Kévin Dunglas

Kévin Dunglas

Sijie Yang

Stephen

Thang Minh Vu

Thang Minh Vu

Julia Ogris

Dima

Melvin

Renato Suero

Derek Perkins

Domas Tamašauskas

ChS

neo_sli
diff --git a/go.sum b/go.sum index e39eac0981a6..e01c0f753542 100644 --- a/go.sum +++ b/go.sum @@ -68,6 +68,7 @@ github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9 github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-ole/go-ole v1.2.1 h1:2lOsA72HgjxAuMlKpFiCbHTvu44PIVkZ5hqm3RSdI/E= github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8= +github.com/go-sql-driver/mysql v1.4.0 h1:7LxgVwFb2hIQtMm87NdgAVfXjnt4OePseqT1tKx+opk= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= github.com/go-toolsmith/astcast v1.0.0 h1:JojxlmI6STnFVG9yOImLeGREv8W2ocNUM+iOhR6jE7g= @@ -192,6 +193,7 @@ github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a/go.mod h1:x github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 h1:jNYPNLe3d8smommaoQlK7LOA5ESyUJJ+Wf79ZtA7Vp4= github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3/go.mod h1:HEWGJkRDzjJY2sqdDwxccsGicWEf9BQOZsq2tV+xzM0= github.com/jmoiron/sqlx v1.2.0/go.mod h1:1FEQNm3xlJgrMD+FBdI9+xvCksHtbpVBBw5dYhBSsks= +github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5 h1:lrdPtrORjGv1HbbEvKWDUAy97mPpFm4B8hp77tcCUJY= github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5/go.mod h1:1FEQNm3xlJgrMD+FBdI9+xvCksHtbpVBBw5dYhBSsks= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= @@ -215,6 +217,7 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/kyoh86/exportloopref v0.1.7 h1:u+iHuTbkbTS2D/JP7fCuZDo/t3rBVGo3Hf58Rc+lQVY= github.com/kyoh86/exportloopref v0.1.7/go.mod h1:h1rDl2Kdj97+Kwh4gdz3ujE7XHmH51Q0lUiZ1z4NLj8= +github.com/lib/pq v1.0.0 h1:X5PMW56eZitiTeO7tKzZxFCSpbFZJtkMMooicw2us9A= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= @@ -233,6 +236,7 @@ github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hd github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= github.com/mattn/go-isatty v0.0.12 h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= +github.com/mattn/go-sqlite3 v1.9.0 h1:pDRiWfl+++eC2FEFRy6jXmQlvp4Yh3z1MJKg4UeYM/4= github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=