Skip to content

Commit

Permalink
Add ignored trunk file
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Sep 25, 2023
1 parent b8d3c4d commit 03d80b8
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# This file controls the behavior of Trunk: https://docs.trunk.io/cli
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
version: 0.1
cli:
version: 1.16.0
plugins:
sources:
- id: trunk
ref: v1.2.3
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- go@1.21.0
- node@18.12.1
- python@3.10.8
lint:
files:
- name: cairo
extensions:
- cairo
definitions:
- name: cairo
files: [cairo]
commands:
- output: rewrite
success_codes: [0]
run: scarb fmt
run_linter_from: workspace
enabled:
# https://github.com/software-mansion/scarb/issues/700
# - cairo@SYSTEM
- actionlint@1.6.25
- bandit@1.7.5
- black@23.9.1
- checkov@2.4.9
- git-diff-check
- isort@5.12.0
- markdownlint@0.37.0
- oxipng@8.0.0
- prettier@3.0.3
- ruff@0.0.290
- shellcheck@0.9.0
- shfmt@3.6.0
- taplo@0.8.1
- trivy@0.45.1
- trufflehog@3.56.1
- yamllint@1.32.0
actions:
disabled:
- trunk-announce
- trunk-fmt-pre-commit
enabled:
- trunk-check-pre-push
- trunk-upgrade-available

0 comments on commit 03d80b8

Please sign in to comment.