doc: update tagliatelle documentation (#3816)
This commit is contained in:
parent
c78a6ba655
commit
d8032eb5d1
@ -1776,13 +1776,15 @@ linters-settings:
|
|||||||
# Default: {}
|
# Default: {}
|
||||||
rules:
|
rules:
|
||||||
# Any struct tag type can be used.
|
# Any struct tag type can be used.
|
||||||
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`, `header`
|
# Support string case: `camel`, `pascal`, `kebab`, `snake`, `upperSnake`, `goCamel`, `goPascal`, `goKebab`, `goSnake`, `upper`, `lower`, `header`
|
||||||
json: camel
|
json: camel
|
||||||
yaml: camel
|
yaml: camel
|
||||||
xml: camel
|
xml: camel
|
||||||
bson: camel
|
bson: camel
|
||||||
avro: snake
|
avro: snake
|
||||||
mapstructure: kebab
|
mapstructure: kebab
|
||||||
|
env: upperSnake
|
||||||
|
envconfig: upperSnake
|
||||||
|
|
||||||
tenv:
|
tenv:
|
||||||
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
|
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user