mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-20 09:59:53 -06:00
added v before version number for Clazy
This commit is contained in:
4
.github/workflows/analyzers.yml
vendored
4
.github/workflows/analyzers.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user