Release: Shell analyzer

We are excited to announce that We have added support for analyzing shell scripts.
Now you can analyze your shell scripts and the DeepSource shell analyzer will flag all the bugs or syntax issues that you might have missed.

At the time of writing this, the Shell analyzer is in beta version with an ability to detect 8 antipatterns and 38 bug-risks. We are actively working on the analyzer and the number of issues that it can detect.

How to enable it?

Just add the following to your .deepsource.toml, and we’ll take care of the rest:

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

Head over to the docs for more details.

1 Like