File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
python-checks/src/main/resources/org/sonar/l10n/py/rules/python Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,7 @@ <h4>Compliant solution</h4>
26
26
</ pre >
27
27
< h2 > Resources</ h2 >
28
28
< h3 > Documentation</ h3 >
29
- < 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 >
29
+ < p > < a
30
+ 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
31
+ Model.< em > str</ em > ()]</ p >
30
32
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ <h4>Compliant solution</h4>
31
31
< h2 > Resources</ h2 >
32
32
< h3 > Documentation</ h3 >
33
33
< ul >
34
- < li > Python Documentation - < a href ="https://docs.python.org/3/reference/datamodel.html#object.<em>hash</em> "> object.< em > hash</ em > </ a > </ li >
34
+ < li > Python Documentation - < a
35
+ 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 >
35
36
< li > Python Documentation - < a href ="https://docs.python.org/3/library/functions.html#hash "> the hash built-in function</ a > </ li >
36
37
</ ul >
37
38
Original file line number Diff line number Diff line change @@ -34,5 +34,7 @@ <h4>Compliant solution</h4>
34
34
</ pre >
35
35
< h2 > Resources</ h2 >
36
36
< h3 > Documentation</ h3 >
37
- < p > Python Documentation - < a href ="https://docs.python.org/3/library/operator.html#operator.<em>index</em> "> < em > index</ em > method</ a > </ p >
37
+ < p > Python Documentation - < a
38
+ 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 >
39
+ method]</ p >
38
40
Original file line number Diff line number Diff line change 3
3
"languages" : [
4
4
" PY"
5
5
],
6
- "latest-update" : " 2024-12-04T14:02:15.444891Z " ,
6
+ "latest-update" : " 2024-12-09T16:18:13.818106Z " ,
7
7
"options" : {
8
8
"no-language-in-filenames" : true ,
9
9
"preserve-filenames" : true
You can’t perform that action at this time.
0 commit comments