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 5d740c9
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:
- [email protected]
- [email protected]
- [email protected]
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
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- git-diff-check
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
actions:
disabled:
- trunk-announce
- trunk-fmt-pre-commit
enabled:
- trunk-check-pre-push
- trunk-upgrade-available

0 comments on commit 5d740c9

Please sign in to comment.