Skip to content

Commit 7ac42b0

Browse files
authored
Merge branch 'master' into fixInlineInMergeLineIssues
2 parents a1c24cc + fb0866a commit 7ac42b0

File tree

15 files changed

+1780
-494
lines changed

15 files changed

+1780
-494
lines changed

.github/peril/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.golangci.reference.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1689,11 +1689,11 @@ linters-settings:
16891689
# Use the struct field name to check the name of the struct tag.
16901690
# Default: false
16911691
use-field-name: true
1692-
# `camel` is used for `json` and `yaml` (can be overridden)
1692+
# `camel` is used for `json` and `yaml`, and `header` is used for `header` (can be overridden)
16931693
# Default: {}
16941694
rules:
16951695
# Any struct tag type can be used.
1696-
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`
1696+
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`, `header`
16971697
json: camel
16981698
yaml: camel
16991699
xml: camel

.goreleaser.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ builds:
1313
- windows
1414
- linux
1515
- freebsd
16+
- netbsd
1617
goarch:
1718
- amd64
1819
- arm64
@@ -23,6 +24,7 @@ builds:
2324
- mips64
2425
- mips64le
2526
- riscv64
27+
- loong64
2628
goarm:
2729
- 6
2830
- 7

0 commit comments

Comments
 (0)