It would be great if Deepsource allowed, and Ignore Issues - DeepSource documented how to, configure .deepsource.toml to ignore certain types of issues for an entire repo (e.g. if they are known broken false positives).
E.g. for this JAVA-W1035 problem, one would want to add something like ignore_issues = ["JAVA-W1035"]
to a .deepsource.toml
.