Skip to content

Commit

Permalink
Deploying to gh-pages from @ d710455 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-wielage-sonarsource committed Mar 20, 2024
1 parent 719b293 commit 55ce452
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rules/S1481/azureresourcemanager-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3 id="_what_is_the_potential_impact">What is the potential impact?</h3>
<h2 id="_how_to_fix_it_in_arm_templates">How to fix it in ARM Templates</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The fix for this issue is straightforward. Once you ensure the unused variable is not part of an incomplete implementation leading to bugs, you just need to remove it.</p>
<p>Remove the unused variable, after ensuring it is not part of an incomplete implementation leading to bugs.</p>
</div>
<div class="sect2">
<h3 id="_code_examples">Code examples</h3>
Expand Down Expand Up @@ -98,7 +98,7 @@ <h4 id="_compliant_solution">Compliant solution</h4>
<h2 id="_how_to_fix_it_in_bicep">How to fix it in Bicep</h2>
<div class="sectionbody">
<div class="paragraph">
<p>The fix for this issue is straightforward. Once you ensure the unused variable is not part of an incomplete implementation leading to bugs, you just need to remove it.</p>
<p>Remove the unused variable, after ensuring it is not part of an incomplete implementation leading to bugs.</p>
</div>
<div class="sect2">
<h3 id="_code_examples_2">Code examples</h3>
Expand Down
2 changes: 1 addition & 1 deletion rules/rule-index.json

Large diffs are not rendered by default.

0 comments on commit 55ce452

Please sign in to comment.