Skip to content

Commit

Permalink
ci: Add .deepsource.toml (ankitpokhrel#240)
Browse files Browse the repository at this point in the history
Co-authored-by: DeepSource Bot <[email protected]>
  • Loading branch information
deepsource-autofix[bot] and deepsourcebot authored Jan 1, 2022
1 parent a71c219 commit 3bcebf9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version = 1

[[analyzers]]
name = "go"
enabled = true

[analyzers.meta]
import_root = "github.com/ankitpokhrel/jira-cli"

[[analyzers]]
name = "shell"
enabled = true

[[transformers]]
name = "gofmt"
enabled = true

0 comments on commit 3bcebf9

Please sign in to comment.