feat: add support for toml in addition to json
All checks were successful
/ linting (push) Successful in 3m44s
/ tests (push) Successful in 27s

This commit is contained in:
Bruno Carlin 2024-05-06 11:19:26 +02:00
parent c3d51b1cc2
commit e72c317bbb
Signed by: bcarlin
GPG key ID: 8E254EA0FFEB9B6D
22 changed files with 455 additions and 291 deletions

View file

@ -577,6 +577,7 @@ linters-settings:
# List of allowed modules.
# Default: []
modules: # List of allowed modules
- github.com/pelletier/go-toml/v2
- github.com/stretchr/testify
# - gopkg.in/yaml.v2
# List of allowed module domains.