|
|
@ -42,7 +42,7 @@ jobs:
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Note: by default the `.golangci.yml` file should be at the root of the repository.
|
|
|
|
# Note: by default the `.golangci.yml` file should be at the root of the repository.
|
|
|
|
# The location of the configuration file can be changed by using `--config=`
|
|
|
|
# The location of the configuration file can be changed by using `--config=`
|
|
|
|
args: --config=./scripts/golangci.yml # --timeout=30m --issues-exit-code=0
|
|
|
|
args: --config ./scripts/golangci.yml --timeout=30m # --issues-exit-code=0
|
|
|
|
|
|
|
|
|
|
|
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
|
|
|
# Optional: show only new issues if it's a pull request. The default value is `false`.
|
|
|
|
only-new-issues: true
|
|
|
|
only-new-issues: true
|
|
|
|