summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.golangci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml
index 57f58a1..daa8d8c 100644
--- a/.golangci.yml
+++ b/.golangci.yml
@@ -42,7 +42,6 @@ linters:
- nlreturn
- nonamedreturns
- revive
- - tagliatelle
- testpackage
- thelper
- unconvert
@@ -80,6 +79,11 @@ linters-settings:
checks:
- "all"
- "-ST1003" # CONST_VAL names for consistency with other btrfs code
+ tagliatelle:
+ case:
+ use-field-name: true
+ rules:
+ json: pascal
issues:
exclude-rules:
# Ignore false positives that don't actually have any words.