mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
bump gomodguard version (#1140)
* bump gomodguard version which adds a new feature to allow blocking modules based on version constraints * add description why you may want to use gomodguard over depguard, updated example config and add a section the contributor doc page to remind people to update the example config
This commit is contained in:
parent
046be12ec7
commit
778e08fda4
6 changed files with 39 additions and 4 deletions
|
@ -35,6 +35,10 @@ $ make test
|
|||
|
||||
Which runs all the linters and tests.
|
||||
|
||||
## Create or update parameters for docs
|
||||
|
||||
Add your new or updated parameters to `.golangci.example.yml` so they will be shown in the docs
|
||||
|
||||
## Submit a pull request
|
||||
|
||||
Push your branch to your `golangci-lint` fork and open a pull request against the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue