github.com/twelho/conform@v0.0.0-20231016230407-c25e9238598a/.conform.yaml (about)

     1  # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
     2  #
     3  # Generated on 2022-09-19T19:55:11Z by kres 255fc05.
     4  
     5  ---
     6  policies:
     7  - type: commit
     8    spec:
     9      dco: true
    10      gpg:
    11        required: true
    12        identity:
    13          gitHubOrganization: siderolabs
    14      spellcheck:
    15        locale: US
    16      maximumOfOneCommit: true
    17      header:
    18        length: 89
    19        imperative: true
    20        case: lower
    21        invalidLastCharacters: .
    22      body:
    23        required: true
    24      conventional:
    25        types: ["chore","docs","perf","refactor","style","test","release"]
    26        scopes: [".*"]
    27  - type: license
    28    spec:
    29      skipPaths:
    30        - .git/
    31        - testdata/
    32      includeSuffixes:
    33        - .go
    34      excludeSuffixes:
    35        - .pb.go
    36        - .pb.gw.go
    37      header: "// This Source Code Form is subject to the terms of the Mozilla Public\u000A// License, v. 2.0. If a copy of the MPL was not distributed with this\u000A// file, You can obtain one at http://mozilla.org/MPL/2.0/.\u000A"