Skip to content

Commit

Permalink
SONARPY-2372 Update rules metadata (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Seppli11 authored Nov 26, 2024
1 parent ad8f532 commit 1c8f65d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,5 @@ <h4>Compliant solution</h4>
</pre>
<h2>Resources</h2>
<h3>Documentation</h3>
<p><a
href="https://docs.djangoproject.com/en/4.1/ref/models/instances/#django.db.models.Model">https://docs.djangoproject.com/en/4.1/ref/models/instances/#django.db.models.Model</a>.<em>str</em>[Django
Model.<em>str</em>()]</p>
<p><a href="https://docs.djangoproject.com/en/4.1/ref/models/instances/#django.db.models.Model.<em>str</em>">Django Model.<em>str</em>()</a></p>

Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ <h4>Compliant solution</h4>
<h2>Resources</h2>
<h3>Documentation</h3>
<ul>
<li> Python Documentation - <a
href="https://docs.python.org/3/reference/datamodel.html#object">https://docs.python.org/3/reference/datamodel.html#object</a>.<em>hash</em>[object.<em>hash</em>] </li>
<li> Python Documentation - <a href="https://docs.python.org/3/reference/datamodel.html#object.<em>hash</em>">object.<em>hash</em></a> </li>
<li> Python Documentation - <a href="https://docs.python.org/3/library/functions.html#hash">the hash built-in function</a> </li>
</ul>

Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,5 @@ <h4>Compliant solution</h4>
</pre>
<h2>Resources</h2>
<h3>Documentation</h3>
<p>Python Documentation - <a
href="https://docs.python.org/3/library/operator.html#operator">https://docs.python.org/3/library/operator.html#operator</a>.<em>index</em>[<em>index</em>
method]</p>
<p>Python Documentation - <a href="https://docs.python.org/3/library/operator.html#operator.<em>index</em>"><em>index</em> method</a></p>

2 changes: 1 addition & 1 deletion sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"PY"
],
"latest-update": "2024-11-25T13:25:27.897482Z",
"latest-update": "2024-11-26T11:27:02.830137224Z",
"options": {
"no-language-in-filenames": true,
"preserve-filenames": true
Expand Down

0 comments on commit 1c8f65d

Please sign in to comment.