The Issues tab compiles all code health issues currently detected in the default branch of this repository.
contrib/utils/*.py
. You can now ignore the issue for a specific pattern by clicking Ignore this issue → For a file pattern, and then entering the file pattern. All occurrences of this issue that match the file pattern provided will be removed, and the rule will take into effect from the subsequent analysis.
.deepsource.toml
file, DeepSource will use this information to filter out a number of issues that don’t make sense in test files, but do so in the application code. You can ignore an issue for all the test files in the repository. Click Ignore this issue → For all test files This will remove all occurrences of an issue in the specified test files. If there are no test patterns specified in the .deepsource.toml file, you’ll get a prompt that tells you no test patterns are defined in the repository’s deepsource.toml
.skipcq
rule, read more about it below.skipcq:
keyword.
skipcq:
as a comment with the issue’s short-code at the end of the line, or on the line above it to silence the issue.
skipcq:
keyword.
skipcq
in the comment corresponding to the line.
skipcq
at the end of the comment for the line.
skipcq
comment is placed above the line, place as many comments or newlines between the skipcq keyword and the concerned line as needed.