File tree 3 files changed +49
-25
lines changed
3 files changed +49
-25
lines changed Original file line number Diff line number Diff line change 1
1
Follow the news and releases on our [ twitter] ( https://twitter.com/golangci ) and our [ blog] ( https://medium.com/golangci ) .
2
2
There is the most valuable changes log:
3
3
4
+ ### July 2020
5
+
6
+ 1 . ` gofumpt ` linter:
7
+ * update linter
8
+ * add ` extra-rules ` option
9
+ * support auto-fixing
10
+ 2 . upgrade ` exhaustive ` linter
11
+ 3 . upgrade ` exportloopref ` linter
12
+ 4 . improve 'no such linter' error message
13
+ 5 . sorting result.Issues implementation
14
+ 6 . enhancements in CI:
15
+ * Run ` nancy ` validation for all dependencies
16
+ * Move dependabot config to ` .github ` folder
17
+ 7 . other
18
+ * bump ` lodash ` from 4.17.15 to 4.17.19 in /tools
19
+ * bump ` golangci/golangci-lint-action ` from v1.2.2 to v2
20
+ * bump ` github.com/valyala/quicktemplate ` from 1.5.0 to 1.5.1
21
+
22
+
4
23
### June 2020
5
24
1 . Add new linters: ` gofumpt `
6
25
You can’t perform that action at this time.
0 commit comments