Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Add deepsource config
Browse files Browse the repository at this point in the history
Deepsource will provide static analysis on the code base.
  • Loading branch information
jasonBirchall committed Feb 4, 2021
1 parent 51aa5b4 commit e5e401a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version = 1

test_patterns = ["**/*_test.go"]

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

[analyzers.meta]
import_paths = ["github.com/jasonBirchall/crypto"]

0 comments on commit e5e401a

Please sign in to comment.