Skip to content

Commit 2789588

Browse files
committed
feat: Add note and imgs for ignore reason CF-1973
1 parent c8466a3 commit 2789588

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed
127 KB
Loading
189 KB
Loading
64.7 KB
Loading

docs/repositories/issues.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,16 @@ You can moreover define one or more of the following filters:
5959
Use the options in the menu of each issue to:
6060

6161
- **Ignore the issue** and hide it from the list.
62+
- **Select reason** for ignoring the issue.
6263

6364
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:
6465

6566
- Your team won't tackle the issues in the immediate future
6667
- The issue isn't relevant in the specific context of your code
6768
- The issue is a false positive
69+
- The issue is a test code
70+
71+
You can select one of the predefined reasons and give optional comment to provide more context.
6872

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

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

8690
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.
8791

88-
![Issue shortcuts menu](images/issues-menu.png)
92+
![Issue reason menu](images/issues-reason-menu.png)
93+
![Issue reason options](images/issues-reason-options.png)
94+
![Issue reason result](images/issues-reason-result.png)
8995

9096
## Managing system-detected false positives
9197

0 commit comments

Comments
 (0)