From 8f3027c631ffdf590af5d930af2c89726d1f16f3 Mon Sep 17 00:00:00 2001 From: Daniil Pershin <pppershin@gmail.com> Date: Sat, 16 Mar 2024 20:07:07 +0300 Subject: [PATCH] docs: add more tagliatelle examples (#4519) --- .golangci.next.reference.yml | 1 + .golangci.reference.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.golangci.next.reference.yml b/.golangci.next.reference.yml index c9f18662..d4700ea4 100644 --- a/.golangci.next.reference.yml +++ b/.golangci.next.reference.yml @@ -2097,6 +2097,7 @@ linters-settings: json: camel yaml: camel xml: camel + toml: camel bson: camel avro: snake mapstructure: kebab diff --git a/.golangci.reference.yml b/.golangci.reference.yml index 03e6fa40..7ee9ce3a 100644 --- a/.golangci.reference.yml +++ b/.golangci.reference.yml @@ -2034,6 +2034,7 @@ linters-settings: json: camel yaml: camel xml: camel + toml: camel bson: camel avro: snake mapstructure: kebab