.deepsource.toml should allow ignoring issues

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.

You can currently ignore an issue for the entire repo (and a few other scenarios) from the dashboard:

Please refer to the docs to learn more.

We currently do not plan to add this option to the .deepsource.toml file, but I’d take it to the team and see how to improve the workflow. Thanks for your feedback!