From 3de1620f3d5ed4205785bce67d65276a083055de Mon Sep 17 00:00:00 2001 From: elvis kahoro Date: Sun, 23 Oct 2022 22:47:03 -0400 Subject: [PATCH] chore: initializing trunk --- .trunk/.gitignore | 7 +++++++ .trunk/trunk.yaml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .trunk/.gitignore create mode 100644 .trunk/trunk.yaml 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