diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-10-14 18:09:13 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-10-15 09:08:36 +0000 |
| commit | 97dace61feed7b6e7b1e2f14a4d53d3dc2800ce8 (patch) | |
| tree | dda55a3b247bc6fa1fa555d8cabcde4bcdfa4803 /vendor/github.com/speakeasy-api/git-diff-parser/.golangci.yaml | |
| parent | 80c2f74093e9dad96ec26cec4ef7869762cbbb36 (diff) | |
go.mod: add github.com/speakeasy-api/git-diff-parser
Diffstat (limited to 'vendor/github.com/speakeasy-api/git-diff-parser/.golangci.yaml')
| -rw-r--r-- | vendor/github.com/speakeasy-api/git-diff-parser/.golangci.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/speakeasy-api/git-diff-parser/.golangci.yaml b/vendor/github.com/speakeasy-api/git-diff-parser/.golangci.yaml new file mode 100644 index 000000000..199dfe9dd --- /dev/null +++ b/vendor/github.com/speakeasy-api/git-diff-parser/.golangci.yaml @@ -0,0 +1,8 @@ +run: + go: "1.19" +linters-settings: + tagliatelle: + case: + use-field-name: true + rules: + json: snake |
