mirror of
https://github.com/prometheus-community/postgres_exporter
synced 2025-01-19 12:50:47 +00:00
81c4933986
* Update to Go 1.18. * Update minimum Go version to 1.17. * Update Go modules for 1.17 format. * Bump Go modules * Enable dependabot. * Update Prometheus common files. * Fixup yamllint. Signed-off-by: SuperQ <superq@gmail.com>
29 lines
625 B
Plaintext
29 lines
625 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
braces:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
brackets:
|
|
max-spaces-inside: 1
|
|
level: error
|
|
commas: disable
|
|
comments: disable
|
|
comments-indentation: disable
|
|
document-start: disable
|
|
indentation:
|
|
spaces: consistent
|
|
indent-sequences: consistent
|
|
key-duplicates:
|
|
ignore: |
|
|
config/testdata/section_key_dup.bad.yml
|
|
line-length: disable
|
|
truthy:
|
|
ignore: |
|
|
.github/workflows/codeql-analysis.yml
|
|
.github/workflows/funcbench.yml
|
|
.github/workflows/fuzzing.yml
|
|
.github/workflows/prombench.yml
|
|
.github/workflows/golangci-lint.yml
|