diff options
author | Julien Dessaux | 2025-02-17 22:27:41 +0100 |
---|---|---|
committer | Julien Dessaux | 2025-02-17 22:27:41 +0100 |
commit | 8fb89a49938486f02b74c6adb9efa58d056d8215 (patch) | |
tree | 6bb7d722145757c7bbb5b5e6a7dad32ed9323721 /.golangci.yml | |
parent | chore(deps): update dependencies (diff) | |
download | terraform-provider-eventline-8fb89a49938486f02b74c6adb9efa58d056d8215.tar.gz terraform-provider-eventline-8fb89a49938486f02b74c6adb9efa58d056d8215.tar.bz2 terraform-provider-eventline-8fb89a49938486f02b74c6adb9efa58d056d8215.zip |
chore(ci): fix golangci-lint configuration
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 4635874..0156a0a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,7 @@ # Visit https://golangci-lint.run/ for usage documentation # and information on other useful linters issues: - max-per-linter: 0 + max-issues-per-linter: 0 max-same-issues: 0 linters: |