Skip to content

Commit

Permalink
SONARPY-2440 Update rules metadata (#2229)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-dequenne-sonarsource authored Dec 9, 2024
1 parent d7ca869 commit 931718f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ <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.<em>str</em>">Django Model.<em>str</em>()</a></p>
<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>

Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ <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.<em>hash</em>">object.<em>hash</em></a> </li>
<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/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,5 +34,7 @@ <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.<em>index</em>"><em>index</em> method</a></p>
<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>

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-12-04T14:02:15.444891Z",
"latest-update": "2024-12-09T16:18:13.818106Z",
"options": {
"no-language-in-filenames": true,
"preserve-filenames": true
Expand Down

0 comments on commit 931718f

Please sign in to comment.