added v before version number for Clazy

This commit is contained in:
silverqx
2024-08-08 20:30:04 +02:00
parent 18480b84b1
commit f801ec0b96
2 changed files with 4 additions and 4 deletions

View File

@@ -228,12 +228,12 @@ jobs:
'qt6-qhash-signature,raw-environment-function,reserve-candidates,'\
'signal-with-return-value,thread-with-slots,tr-non-literal,unneeded-cast,'\
'use-chrono-in-qtimer,'\
`# New in Clazy 1.11`\
`# New in Clazy v1.11`\
'unexpected-flag-enumerator-value,'\
'use-arrow-operator-instead-of-data,'\
`# Checks Excluded from level2`\
'no-qstring-allocations,'\
`# New in Clazy 1.12`\
`# New in Clazy v1.12`\
'no-module-include,'\
'sanitize-inline-keyword'

View File

@@ -277,12 +277,12 @@ if (-not $SkipClazy) {
'qt6-qhash-signature,raw-environment-function,reserve-candidates,' +
'signal-with-return-value,thread-with-slots,tr-non-literal,unneeded-cast,' +
'use-chrono-in-qtimer,' +
# New in Clazy 1.11
# New in Clazy v1.11
'unexpected-flag-enumerator-value,' +
'use-arrow-operator-instead-of-data,' +
# Checks Excluded from level2
'no-qstring-allocations,' +
# New in Clazy 1.12
# New in Clazy v1.12
'no-module-include,' +
'sanitize-inline-keyword'