You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repositories/issues/index.html
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
<metaname="description" content="The Issues page lists all the issues that Codacy detected in your repository, including the severity level and category of each issue.">
@@ -4857,12 +4857,13 @@ <h2 id="ignoring-and-managing-issues">Ignoring and managing issues<a class="head
4857
4857
<p>Use the options in the menu of each issue to:</p>
4858
4858
<ul>
4859
4859
<li>
4860
-
<p><strong>Ignore the issue</strong> and hide it from the list.</p>
4860
+
<p><strong>Ignore the issue</strong> and hide it from the list. You can select one of the predefined reasons and give an optional comment to provide more context.</p>
4861
4861
<p>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:</p>
4862
4862
<ul>
4863
4863
<li>Your team won't tackle the issues in the immediate future</li>
4864
4864
<li>The issue isn't relevant in the specific context of your code</li>
4865
4865
<li>The issue is a false positive</li>
4866
+
<li>The issue is test code</li>
4866
4867
</ul>
4867
4868
<p>See <ahref="#restoring-ignored-issues">how to restore ignored issues</a>.</p>
4868
4869
<divclass="admonition tip">
@@ -4889,7 +4890,14 @@ <h2 id="ignoring-and-managing-issues">Ignoring and managing issues<a class="head
4889
4890
<p>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 <ahref="../../repositories-configure/ignoring-files/">Ignored Files tab</a> in your repository settings.</p>
0 commit comments