2021-09-29 18:12:14 +00:00
|
|
|
---
|
|
|
|
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
|
2022-05-06 19:50:27 +00:00
|
|
|
indent-sequences: consistent
|
2021-09-30 06:38:51 +00:00
|
|
|
key-duplicates:
|
|
|
|
ignore: |
|
|
|
|
config/testdata/section_key_dup.bad.yml
|
2021-09-29 18:12:14 +00:00
|
|
|
line-length: disable
|
2021-09-30 06:38:51 +00:00
|
|
|
truthy:
|
|
|
|
ignore: |
|
|
|
|
.github/workflows/codeql-analysis.yml
|
|
|
|
.github/workflows/funcbench.yml
|
|
|
|
.github/workflows/fuzzing.yml
|
|
|
|
.github/workflows/prombench.yml
|
|
|
|
.github/workflows/golangci-lint.yml
|