commit 537b8e8cf4d26b6212f1f4deb1122c50deb91c22 parent f784bbf585c537c15f354f07bce63305aa53838b Author: deepsource-io[bot] <42547082+deepsource-io[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 23:28:59 +0000 ci: add .deepsource.toml Diffstat:
| A | .deepsource.toml | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/.deepsource.toml b/.deepsource.toml @@ -0,0 +1,18 @@ +version = 1 + +exclude_patterns = [ + "docs/**", + "examples/**" +] + +[[analyzers]] +name = "go" + + [analyzers.meta] + import_root = "github.com/MTRNord/matrix-terraform-provider" + +[[analyzers]] +name = "secrets" + +[[analyzers]] +name = "shell" +\ No newline at end of file