Skip to content

Commit 0b8ebea

Browse files
build(deps): bump go.tmz.dev/musttag from 0.6.1 to 0.7.0 (#3853)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
1 parent e608168 commit 0b8ebea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.golangci.reference.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1244,14 +1244,14 @@ linters-settings:
12441244

12451245
musttag:
12461246
# A set of custom functions to check in addition to the builtin ones.
1247-
# Default: json, xml, gopkg.in/yaml.v3, BurntSushi/toml, mitchellh/mapstructure
1247+
# Default: json, xml, gopkg.in/yaml.v3, BurntSushi/toml, mitchellh/mapstructure, jmoiron/sqlx
12481248
functions:
12491249
# The full name of the function, including the package.
1250-
- name: github.com/jmoiron/sqlx.Get
1250+
- name: github.com/hashicorp/hcl/v2/hclsimple.DecodeFile
12511251
# The struct tag whose presence should be ensured.
1252-
tag: db
1252+
tag: hcl
12531253
# The position of the argument to check.
1254-
arg-pos: 1
1254+
arg-pos: 2
12551255

12561256
nakedret:
12571257
# Make an issue if func has more lines of code than this setting, and it has naked returns.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ require (
112112
github.com/yeya24/promlinter v0.2.0
113113
github.com/ykadowak/zerologlint v0.1.1
114114
gitlab.com/bosi/decorder v0.2.3
115-
go.tmz.dev/musttag v0.6.1
115+
go.tmz.dev/musttag v0.7.0
116116
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
117117
golang.org/x/tools v0.9.1
118118
gopkg.in/yaml.v3 v3.0.1

go.sum

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

0 commit comments

Comments
 (0)