mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-21 17:40:39 +00:00
chore(deps): update dependency golangci/golangci-lint to v1.52.0 (#79)
This commit is contained in:
parent
7b56824286
commit
b6c1f75962
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
# renovate: datasource=github-releases depName=mvdan/gofumpt
|
||||||
GOFUMPT_PACKAGE_VERSION := v0.4.0
|
GOFUMPT_PACKAGE_VERSION := v0.4.0
|
||||||
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
# renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
GOLANGCI_LINT_PACKAGE_VERSION := v1.51.2
|
GOLANGCI_LINT_PACKAGE_VERSION := v1.52.0
|
||||||
|
|
||||||
EXECUTABLE := drone-yaml
|
EXECUTABLE := drone-yaml
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ var ErrCyclicalPipelineDependency = errors.New("linter: cyclical pipeline depend
|
|||||||
var ErrPipelineSelfDependency = errors.New("linter: pipeline cannot have a dependency on itself")
|
var ErrPipelineSelfDependency = errors.New("linter: pipeline cannot have a dependency on itself")
|
||||||
|
|
||||||
// Manifest performs lint operations for a manifest.
|
// Manifest performs lint operations for a manifest.
|
||||||
func Manifest(manifest *yaml.Manifest, trusted bool) error {
|
func Manifest(manifest *yaml.Manifest) error {
|
||||||
return checkPipelines(manifest)
|
return checkPipelines(manifest)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user