Skip to content

Commit

Permalink
Trunk update (#74)
Browse files Browse the repository at this point in the history
* update trunk

* remove linting action
  • Loading branch information
rvhonorato authored Aug 30, 2023
1 parent 6c39572 commit cb302ce
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 45 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/lint.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .trunk/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
*out
*logs
*actions
*notifications
*tools
plugins
user_trunk.yaml
user.yaml
2 changes: 2 additions & 0 deletions .trunk/configs/.isort.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[settings]
profile=black
2 changes: 1 addition & 1 deletion .trunk/plugins/trunk
45 changes: 27 additions & 18 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,34 @@
version: 0.1
cli:
version: 1.10.0
version: 1.14.2
plugins:
sources:
- id: trunk
ref: v1.2.2
uri: https://github.com/trunk-io/plugins
runtimes:
enabled:
- [email protected]
- [email protected]
lint:
enabled:
- [email protected]
- [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]
- markdownlint@0.34.0
- [email protected]
- [email protected]
ignore:
- linters: [ALL]
paths:
- tests/*
runtimes:
- markdownlint@0.35.0
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
- [email protected]
actions:
enabled:
- [email protected]
- [email protected]
- [email protected]
- trunk-announce
- trunk-check-pre-push
- trunk-fmt-pre-commit
- trunk-upgrade-available

0 comments on commit cb302ce

Please sign in to comment.