From 1c8f65d137298c0650e6718d4aac7a0e62086831 Mon Sep 17 00:00:00 2001 From: Sebastian Zumbrunn Date: Tue, 26 Nov 2024 12:44:32 +0100 Subject: [PATCH] SONARPY-2372 Update rules metadata (#2181) --- .../main/resources/org/sonar/l10n/py/rules/python/S6554.html | 4 +--- .../main/resources/org/sonar/l10n/py/rules/python/S6662.html | 3 +-- .../main/resources/org/sonar/l10n/py/rules/python/S6663.html | 4 +--- sonarpedia.json | 2 +- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6554.html b/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6554.html index 584bc1a503..98159075ed 100644 --- a/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6554.html +++ b/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6554.html @@ -26,7 +26,5 @@

Compliant solution

Resources

Documentation

-

https://docs.djangoproject.com/en/4.1/ref/models/instances/#django.db.models.Model.str[Django -Model.str()]

+

Django Model.str()

diff --git a/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6662.html b/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6662.html index afc68e8357..98b1efa2be 100644 --- a/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6662.html +++ b/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6662.html @@ -31,8 +31,7 @@

Compliant solution

Resources

Documentation

diff --git a/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6663.html b/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6663.html index 64d7b48c44..d95d880050 100644 --- a/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6663.html +++ b/python-checks/src/main/resources/org/sonar/l10n/py/rules/python/S6663.html @@ -34,7 +34,5 @@

Compliant solution

Resources

Documentation

-

Python Documentation - https://docs.python.org/3/library/operator.html#operator.index[index -method]

+

Python Documentation - index method

diff --git a/sonarpedia.json b/sonarpedia.json index 86f6e8268e..57e4ab8c78 100644 --- a/sonarpedia.json +++ b/sonarpedia.json @@ -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