Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7b6e40f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
teemu-rytilahti-sonarsource committed Feb 11, 2025
1 parent 657cd74 commit 4307a69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rules/S5527/go-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h4 id="_noncompliant_code_example">Noncompliant code example</h4>
<pre class="highlight"><code class="language-go" data-lang="go">client := &amp;http.Client{
Transport: &amp;http.Transport{
TLSClientConfig: &amp;tls.Config{
InsecureSkipVerify: true, // Noncompliant
InsecureSkipVerify: true, // Non-compliant
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion rules/rule-index.json

Large diffs are not rendered by default.

0 comments on commit 4307a69

Please sign in to comment.