Skip to content

Commit d8032eb

Browse files
authored
doc: update tagliatelle documentation (#3816)
1 parent c78a6ba commit d8032eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.golangci.reference.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1776,13 +1776,15 @@ linters-settings:
17761776
# Default: {}
17771777
rules:
17781778
# Any struct tag type can be used.
1779-
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`, `header`
1779+
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `upperSnake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`, `header`
17801780
json: camel
17811781
yaml: camel
17821782
xml: camel
17831783
bson: camel
17841784
avro: snake
17851785
mapstructure: kebab
1786+
env: upperSnake
1787+
envconfig: upperSnake
17861788

17871789
tenv:
17881790
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.

0 commit comments

Comments
 (0)