Skip to content

Commit

Permalink
doc: update tagliatelle documentation (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd93 committed May 3, 2023
1 parent c78a6ba commit d8032eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d8032eb

Please sign in to comment.