From d2987c857bda677f8803f28e1cad7c035acb30cb Mon Sep 17 00:00:00 2001 From: "deepsource-io[bot]" <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 02:42:24 +0000 Subject: [PATCH] ci: add .deepsource.toml --- .deepsource.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .deepsource.toml diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 0000000..3f3f018 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,10 @@ +version = 1 + +[[analyzers]] +name = "shell" + +[[analyzers]] +name = "go" + + [analyzers.meta] + import_root = "github.com/KitsuneSemCalda/Animatic-v2" \ No newline at end of file