Skip to content

Commit

Permalink
Merge branch 'master' into fixInlineInMergeLineIssues
Browse files Browse the repository at this point in the history
  • Loading branch information
peakle authored Nov 22, 2022
2 parents c361279 + a2fd652 commit 7d6b249
Show file tree
Hide file tree
Showing 12 changed files with 389 additions and 2,071 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ body:
required: true
- label: Yes, I've searched similar issues on GitHub and didn't find any.
required: true
- label: Yes, I've included all information below (version, config, etc).
- label: Yes, I've included all information below (version, config, etc.).
required: true
- label: Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/)
- label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/)
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# - 1.18rc1 -> 1.18.0-rc.1
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v3.2.0
uses: golangci/golangci-lint-action@v3.3.1
with:
version: latest
# skip cache because of flaky behaviors
Expand Down
3 changes: 3 additions & 0 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,9 @@ linters-settings:
# Suggest the use of constant.Kind.String().
# Default: false
constant-kind: true
# Suggest the use of syslog.Priority.
# Default: false
syslog-priority: true

unparam:
# Inspect exported functions.
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
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.50.1

1. updated linters
* `contextcheck`: from 1.1.2 to 1.1.3
* `go-mnd`: from 2.5.0 to 2.5.1
* `wrapcheck`: from 2.6.2 to 2.7.0
* `revive`: fix configuration parsing
* `lll`: skip imports
2. misc.
* windows: remove redundant character escape '\/'
* code-climate: add default severity

### v1.50.0

1. new linters
Expand Down
Loading

0 comments on commit 7d6b249

Please sign in to comment.