github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/.trunk/trunk.yaml (about)

     1  version: 0.1
     2  runtimes:
     3    enabled:
     4      - go@1.19.3
     5      - node@16.14.2
     6      - python@3.10.3
     7  actions:
     8    enabled:
     9      - trunk-cache-prune
    10      - trunk-upgrade-available
    11  plugins:
    12    sources:
    13      - id: trunk
    14        ref: v0.0.5
    15        uri: https://github.com/trunk-io/plugins
    16  cli:
    17    version: 0.18.1-beta
    18  lint:
    19    enabled:
    20      - clippy@1.58.1
    21      - git-diff-check@SYSTEM
    22      - prettier@2.7.1
    23      - rustfmt@1.58.1
    24      - actionlint@1.6.21
    25      - black@22.10.0
    26      - flake8@5.0.4
    27      - gitleaks@8.15.0
    28      - gofmt@1.16.7
    29      - golangci-lint@1.50.0
    30      - hadolint@2.10.0
    31      - isort@5.10.1
    32      - markdownlint@0.32.2
    33      - shellcheck@0.8.0
    34      - shfmt@3.5.0
    35      - taplo@release-taplo-cli-0.7.0
    36      - tflint@0.41.0
    37    ignore:
    38      - linters: [ALL]
    39        paths:
    40          - "*/vendor/*"
    41          - "experimental/*"