Skip to content

Commit

Permalink
Merge pull request HarshCasper#2303 from iamrajiv/master
Browse files Browse the repository at this point in the history
Added Java analyzer and Mypy type checker
  • Loading branch information
iamrajiv authored Mar 8, 2021
2 parents 9a5fc1d + 2512f65 commit 8862db8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ enabled = true

[analyzers.meta]
runtime_version = "3.x.x"
type_checker = "mypy"

[[analyzers]]
name = "go"
Expand All @@ -20,3 +21,10 @@ enabled = true

[analyzers.meta]
environment = ["nodejs"]

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

[analyzers.meta]
runtime_version = "8"

0 comments on commit 8862db8

Please sign in to comment.