1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-07 21:37:04 +09:00

GO-5589: Add tagliatelle for json key lint

This commit is contained in:
Jannis Metrikat 2025-05-20 09:58:12 +02:00
parent e026e93343
commit 0d4a834596
No known key found for this signature in database
GPG key ID: B223CAC5AAF85615

View file

@ -49,6 +49,11 @@ linters-settings:
excludes:
- G602
- G108
tagliatelle:
case:
use-field-name: true
rules:
json: snake
linters:
disable-all: true
@ -70,6 +75,7 @@ linters:
- govet
- unconvert
- errorlint
- tagliatelle
severity:
default-severity: error