Pick a repository to begin
By continuing, you are agreeing to our Terms of Service and Privacy Policy.
Back to all posts
Apr 5, 2022
6 new issues, and a new login button
The 404 page now has a new login button. After we released the new page last week, several users pointed out that it takes quite a few clicks to finally log in to DeepSource if you’ve landed on a protected URL.
New in Analyzers
- PHP: Added 3 new issues (PHP-A1010, PHP-W1086, PHP-T1005).
- JavaScript: Added 2 new issues (JS-S1009, JS-S0011). Read more details in this post on Discuss.
- JavaScript: Syntax errors are now reported as DeepSource issues (JS-0833).
Fixes and improvements
- JavaScript: We’ve updated the default module type updated to ESM. ESModules no longer ignored when the module_system field is unspecified in .deepsource.toml.
- Python: Resolved several false-positives in PYL-W0143, PYL-W0613, PY-W0069, PTC-W6004, PYL-R1705, and PYL-E1102.
- Rust: Fixed a false positive in RS-E1008.