From d8032eb5d111f1e92340c24120e0aa0a7265b5ba Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Wed, 3 May 2023 16:26:36 +0100 Subject: [PATCH] doc: update tagliatelle documentation (#3816) --- .golangci.reference.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.golangci.reference.yml b/.golangci.reference.yml index 1864e5b11388..f9d32984e874 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -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.