diff --git a/.trunk/.gitignore b/.trunk/.gitignore new file mode 100644 index 0000000..cf2f254 --- /dev/null +++ b/.trunk/.gitignore @@ -0,0 +1,7 @@ +*out +*logs +*actions +*notifications +plugins +user_trunk.yaml +user.yaml diff --git a/.trunk/trunk.yaml b/.trunk/trunk.yaml new file mode 100644 index 0000000..3dd7f13 --- /dev/null +++ b/.trunk/trunk.yaml @@ -0,0 +1,30 @@ +version: 0.1 +cli: + version: 1.0.1 +plugins: + sources: + - id: trunk + ref: v0.0.5 + uri: https://github.com/trunk-io/plugins +lint: + enabled: + - git-diff-check + - isort@5.10.1 + - prettier@2.7.1 + - black@22.10.0 + - gitleaks@8.15.0 + - markdownlint@0.32.2 + - flake8@5.0.4 + - svgo@3.0.0 +runtimes: + enabled: + - go@1.18.3 + - node@16.14.2 + - python@3.10.3 +actions: + enabled: + - git-lfs + - trunk-announce + - trunk-check-pre-push + - trunk-fmt-pre-commit + - trunk-upgrade-available