feat: add support for toml in addition to json
This commit is contained in:
parent
c3d51b1cc2
commit
e72c317bbb
22 changed files with 455 additions and 291 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue