mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
ec242d4cc8
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.2 to 1.14.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.2...v1.14.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
139 B
YAML
13 lines
139 B
YAML
---
|
|
linters:
|
|
enable:
|
|
- godot
|
|
- revive
|
|
|
|
linter-settings:
|
|
godot:
|
|
capital: true
|
|
exclude:
|
|
# Ignore "See: URL"
|
|
- 'See:'
|