doc: update tagliatelle documentation (#3816)

This commit is contained in:
Pete Davison 2023-05-03 16:26:36 +01:00 committed by GitHub
parent c78a6ba655
commit d8032eb5d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1776,13 +1776,15 @@ linters-settings:
# Default: {}
rules:
# 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
yaml: camel
xml: camel
bson: camel
avro: snake
mapstructure: kebab
env: upperSnake
envconfig: upperSnake
tenv:
# The option `all` will run against whole test files (`_test.go`) regardless of method/function signatures.