Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion docs/repositories/issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,16 @@ You can moreover define one or more of the following filters:
Use the options in the menu of each issue to:

- **Ignore the issue** and hide it from the list.
- **Select reason** for ignoring the issue.
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The nested bullet point under 'Ignore the issue' creates an inconsistent structure. The sub-bullet 'Select reason' appears to be at the same level as the subsequent explanation, but it should either be part of the main bullet text or removed since the explanation already covers this functionality in line 71.

Suggested change
- **Select reason** for ignoring the issue.

Copilot uses AI. Check for mistakes.

Codacy will no longer report the issue after the next analysis of your repository. For example, you can ignore issues that you disagree with because:

- Your team won't tackle the issues in the immediate future
- The issue isn't relevant in the specific context of your code
- The issue is a false positive
- The issue is test code
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] This reason appears in a list of 'because' clauses but doesn't follow the same grammatical structure as the others. The previous items describe situations ('won't tackle', 'isn't relevant', 'is a false positive'), but this one describes what the code is. Consider revising to maintain parallel structure, e.g., 'The issue is in test code' or 'The code is used only for testing'.

Suggested change
- The issue is test code
- The issue is in test code

Copilot uses AI. Check for mistakes.

You can select one of the predefined reasons and give an optional comment to provide more context.

See [how to restore ignored issues](#restoring-ignored-issues).

Expand All @@ -85,7 +89,9 @@ Use the options in the menu of each issue to:

Codacy will no longer analyze that file on your repository, so be sure that you're no longer interested in identifying any type of issues on that file. To remove an ignored file use the [Ignored Files tab](../repositories-configure/ignoring-files.md) in your repository settings.

![Issue shortcuts menu](images/issues-menu.png)
![Issue reason menu](images/issues-reason-menu.png)
![Issue reason options](images/issues-reason-options.png)
![Issue reason result](images/issues-reason-result.png)

## Managing system-detected false positives

Expand Down
Loading