Skip to content

Commit 201fdd1

Browse files
authored
feat: Add note and imgs for ignore reason CF-1973 (#2518)
* feat: Add note and imgs for ignore reason CF-1973 * feat: Spelling CF-1973 * feat: Move new images to a table CF-1973 Put two pictures in a table to display them side by side. Removed a bullet point and moved its contents up.
1 parent fbbcc67 commit 201fdd1

File tree

4 files changed

+11
-2
lines changed

4 files changed

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

docs/repositories/issues.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ You can moreover define one or more of the following filters:
5858

5959
Use the options in the menu of each issue to:
6060

61-
- **Ignore the issue** and hide it from the list.
61+
- **Ignore the issue** and hide it from the list. You can select one of the predefined reasons and give an optional comment to provide more context.
6262

6363
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:
6464

6565
- Your team won't tackle the issues in the immediate future
6666
- The issue isn't relevant in the specific context of your code
6767
- The issue is a false positive
68+
- The issue is test code
69+
6870

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

@@ -85,7 +87,14 @@ Use the options in the menu of each issue to:
8587

8688
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.
8789

88-
![Issue shortcuts menu](images/issues-menu.png)
90+
<table>
91+
<tr>
92+
<td><img src="../images/issues-reason-menu.png" alt="Issue reason menu"></td>
93+
<td><img src="../images/issues-reason-options.png" alt="Issue reason options"></td>
94+
</tr>
95+
</table>
96+
97+
![Issue reason result](images/issues-reason-result.png)
8998

9099
## Managing system-detected false positives
91100

0 commit comments

Comments
 (0)