...

Text file src/github.com/prometheus/alertmanager/.yamllint

Documentation: github.com/prometheus/alertmanager

     1---
     2extends: default
     3
     4rules:
     5  braces:
     6    max-spaces-inside: 1
     7    level: error
     8  brackets:
     9    max-spaces-inside: 1
    10    level: error
    11  commas: disable
    12  comments: disable
    13  comments-indentation: disable
    14  document-start: disable
    15  indentation:
    16    spaces: consistent
    17    indent-sequences: consistent
    18  key-duplicates:
    19    ignore: |
    20      config/testdata/section_key_dup.bad.yml
    21  line-length: disable
    22  truthy:
    23    ignore: |
    24      .github/workflows/codeql-analysis.yml
    25      .github/workflows/funcbench.yml
    26      .github/workflows/fuzzing.yml
    27      .github/workflows/prombench.yml
    28      .github/workflows/golangci-lint.yml

View as plain text