Skip to content

Commit

Permalink
fix(golangci-lint): disable tagliatelle
Browse files Browse the repository at this point in the history
Don't enforce struct tag formats - more often than not they have to be
custom.
  • Loading branch information
odsod committed Jan 6, 2022
1 parent b4a8b62 commit 7557297
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions targets/mggolangcilint/golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,6 @@ linters:
# [fast: false, auto-fix: false]
- stylecheck

# Check the struct tags.
# [fast: true, auto-fix: false]
- tagliatelle

# Detect test helpers without t.Helper() call and checks the consistency of test helpers.
# [fast: false, auto-fix: false]
- thelper
Expand Down

0 comments on commit 7557297

Please sign in to comment.