From 30a3230e86dfd49c771432be6219841df5066eb4 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Wed, 15 Feb 2023 14:03:37 -0800 Subject: script: remove out-of-date snprintf TODO that was resolved in PR27036 "test: Remove last uses of snprintf and simplify" and while here, fix up 2 words in docs to make the spelling linter green again. --- test/lint/lint-locale-dependence.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/lint/lint-locale-dependence.py b/test/lint/lint-locale-dependence.py index b37ba05a93..faea643882 100755 --- a/test/lint/lint-locale-dependence.py +++ b/test/lint/lint-locale-dependence.py @@ -34,8 +34,6 @@ # # See https://doc.qt.io/qt-5/qcoreapplication.html#locale-settings and # https://stackoverflow.com/a/34878283 for more details. -# -# TODO: Reduce KNOWN_VIOLATIONS by replacing uses of locale dependent snprintf with strprintf. import re import sys -- cgit v1.2.3