generated from keep-starknet-strange/alexandria
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8d3c4d
commit 5d740c9
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |