Skip to content

Commit a507734

Browse files
committed
Deployed a57eefc to . with MkDocs 1.6.1
1 parent dfe2eaf commit a507734

File tree

11 files changed

+289
-253
lines changed

11 files changed

+289
-253
lines changed

feed_rss_created.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

feed_rss_updated.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

repositories/commits/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="The Commits page displays an overview of the commits in your repository, such as the analysis status and the code quality metrics for each commit. This allows you to monitor the evolution of the code quality per commit in your repository.">
1212

1313

14-
<meta http-equiv="last-modified" content="2025-08-20 09:42:55">
14+
<meta http-equiv="last-modified" content="2025-10-22 08:32:18">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/repositories/commits/">
@@ -4846,6 +4846,14 @@ <h3 id="possible-issues">Potential issues<a class="headerlink" href="#possible-i
48464846
<p><strong>If you're using GitHub</strong> you may see <a href="../../repositories-configure/integrations/github-integration/#issue-annotations">annotations</a> for potential issues reported under <strong>Unchanged files with check annotations</strong> on the <strong>Files changed</strong> tab of your pull requests.</p>
48474847
<p>This happens when Codacy reports potential issues in files that weren't changed in your pull request. <a href="https://developer.github.com/changes/2019-09-06-more-check-annotations-shown-in-files-changed-tab/">Read more about this GitHub feature</a>.</p>
48484848
</div>
4849+
<h3 id="false-positive-issues">False positive issues<a class="headerlink" href="#false-positive-issues" title="Permanent link">#</a></h3>
4850+
<div class="admonition info">
4851+
<p class="admonition-title">Info</p>
4852+
<p>The False Positive detection is a business tier feature. If you are a Codacy Pro customer interested in upgrading to gain access to this feature, reach out to our customer success team.</p>
4853+
</div>
4854+
<p>If your commit includes issues detected as false positives, an <strong>Ignore all false positives</strong> option will appear above the first issue in the list. This allows you to bulk ignore all detected false positives at once.</p>
4855+
<p>For more details on managing false positives, see <a href="../issues/#managing-system-detected-false-positives">Managing system-detected false positives</a>.</p>
4856+
<p><img alt="Detected false positives" src="../images/pull-requests-false-positives.png" /></p>
48494857
<h2 id="duplication-tabs">Duplication tab<a class="headerlink" href="#duplication-tabs" title="Permanent link">#</a></h2>
48504858
<p>The <strong>Duplication</strong> tab displays the lists of clones (duplicated code blocks) that the commit adds or fixes. You can click a clone to expand it and inspect the code.</p>
48514859
<p><img alt="Duplication tabs" src="../images/commits-tab-duplication.png" /></p>
@@ -5046,7 +5054,7 @@ <h3>Share your feedback 📢</h3>
50465054
<div class="md-source-date">
50475055
<small>
50485056

5049-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 20, 2025</span>
5057+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 22, 2025</span>
50505058

50515059
</small>
50525060
</div>
242 KB
Loading
198 KB
Loading
268 KB
Loading

repositories/issues/index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="description" content="The Issues page lists all the issues that Codacy detected in your repository, including the severity level and category of each issue.">
1212

1313

14-
<meta http-equiv="last-modified" content="2025-08-20 09:42:55">
14+
<meta http-equiv="last-modified" content="2025-10-22 08:32:18">
1515

1616

1717
<link rel="canonical" href="https://docs.codacy.com/repositories/issues/">
@@ -522,6 +522,13 @@
522522
Ignoring and managing issues
523523
</a>
524524

525+
</li>
526+
527+
<li class="md-nav__item">
528+
<a href="#managing-system-detected-false-positives" class="md-nav__link">
529+
Managing system-detected false positives
530+
</a>
531+
525532
</li>
526533

527534
<li class="md-nav__item">
@@ -4829,6 +4836,19 @@ <h2 id="ignoring-and-managing-issues">Ignoring and managing issues<a class="head
48294836
</li>
48304837
</ul>
48314838
<p><img alt="Issue shortcuts menu" src="../images/issues-menu.png" /></p>
4839+
<h2 id="managing-system-detected-false-positives">Managing system-detected false positives<a class="headerlink" href="#managing-system-detected-false-positives" title="Permanent link">#</a></h2>
4840+
<div class="admonition info">
4841+
<p class="admonition-title">Info</p>
4842+
<p>The False Positive detection is a business tier feature. If you are a Codacy Pro customer interested in upgrading to gain access to this feature, reach out to our customer success team.</p>
4843+
</div>
4844+
<p>Codacy can automatically detect issues that may be false positives. If the system indicates that an issue is a <strong>False Positive</strong>, you have two options:</p>
4845+
<ul>
4846+
<li><strong>Ignore false positive</strong> will ignore the issue and hide it from the list, as with other ignored issues.</li>
4847+
<li><strong>Not a false positive</strong> removes the False Positive label from the issue.</li>
4848+
</ul>
4849+
<p><img alt="Managing system-detected false positives" src="../images/issues-false-positive-menu.png" /></p>
4850+
<p>Expanding the issue will also display an explanation as to why this issue was deemed to be a false positive:</p>
4851+
<p><img alt="False positive issue context" src="../images/issues-false-positive-context.png" /></p>
48324852
<h2 id="restoring-ignored-issues">Restoring ignored issues<a class="headerlink" href="#restoring-ignored-issues" title="Permanent link">#</a></h2>
48334853
<p>To see the list of ignored issues, click the <strong>Ignored</strong> tab.</p>
48344854
<p>To restore an ignored issue, select <strong>Unignore issue</strong> from the options menu:</p>
@@ -5022,7 +5042,7 @@ <h3>Share your feedback 📢</h3>
50225042
<div class="md-source-date">
50235043
<small>
50245044

5025-
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">August 20, 2025</span>
5045+
Last modified <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date">October 22, 2025</span>
50265046

50275047
</small>
50285048
</div>

repositories/pull-requests/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4861,6 +4861,14 @@ <h3 id="possible-issues">Potential issues<a class="headerlink" href="#possible-i
48614861
<p><strong>If you're using GitHub</strong> you may see <a href="../../repositories-configure/integrations/github-integration/#issue-annotations">annotations</a> for potential issues reported under <strong>Unchanged files with check annotations</strong> on the <strong>Files changed</strong> tab of your pull requests.</p>
48624862
<p>This happens when Codacy reports potential issues in files that weren't changed in your pull request. <a href="https://developer.github.com/changes/2019-09-06-more-check-annotations-shown-in-files-changed-tab/">Read more about this GitHub feature</a>.</p>
48634863
</div>
4864+
<h3 id="false-positive-issues">False positive issues<a class="headerlink" href="#false-positive-issues" title="Permanent link">#</a></h3>
4865+
<div class="admonition info">
4866+
<p class="admonition-title">Info</p>
4867+
<p>The False Positive detection is a business tier feature. If you are a Codacy Pro customer interested in upgrading to gain access to this feature, reach out to our customer success team.</p>
4868+
</div>
4869+
<p>If your commit includes issues detected as false positives, an <strong>Ignore all false positives</strong> option will appear above the first issue in the list. This allows you to bulk ignore all detected false positives at once.</p>
4870+
<p>For more details on managing false positives, see <a href="../issues/#managing-system-detected-false-positives">Managing system-detected false positives</a>.</p>
4871+
<p><img alt="Detected false positives" src="../images/pull-requests-false-positives.png" /></p>
48644872
<h2 id="duplication-tabs">Duplication tab<a class="headerlink" href="#duplication-tabs" title="Permanent link">#</a></h2>
48654873
<p>The <strong>Duplication</strong> tab displays the lists of clones (duplicated code blocks) that the pull request adds or fixes. You can click a clone to expand it and inspect the code.</p>
48664874
<p><img alt="Duplication tabs" src="../images/pull-requests-tab-duplication.png" /></p>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)