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:
parent
e026e93343
commit
0d4a834596
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue