Skip to content

Commit

Permalink
Add .deepsource.toml (#112)
Browse files Browse the repository at this point in the history
Co-authored-by: DeepSource Bot <bot@deepsource.io>
  • Loading branch information
deepsource-autofix[bot] and deepsourcebot authored Aug 10, 2022
1 parent 9d24d83 commit ea0832a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version = 1

test_patterns = ["*_test.go"]

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

[analyzers.meta]
import_root = "github.com/jaswdr/faker"

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

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

0 comments on commit ea0832a

Please sign in to comment.