github.com/autonomy/conform@v0.1.0-alpha.16/.conform.yaml (about)

     1  policies:
     2    - type: commit
     3      spec:
     4        headerLength: 89
     5        dco: true
     6        gpg: false
     7        imperative: true
     8        maximumOfOneCommit: true
     9        requireCommitBody: true
    10        conventional:
    11          types:
    12            - chore
    13            - docs
    14            - perf
    15            - refactor
    16            - style
    17            - test
    18          scopes:
    19            - policy
    20    - type: license
    21      spec:
    22        includeSuffixes:
    23          - .go
    24        header: |
    25          /* This Source Code Form is subject to the terms of the Mozilla Public
    26           * License, v. 2.0. If a copy of the MPL was not distributed with this
    27           * file, You can obtain one at http://mozilla.org/MPL/2.0/. */