Skip to content

Commit

Permalink
added v before version number for Clazy
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 8, 2024
1 parent 18480b8 commit f801ec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyzers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions tools/Lint-TinyORM.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit f801ec0

Please sign in to comment.