diff --git a/NOTES.txt b/NOTES.txt index e4e5d410a..e268e6611 100644 --- a/NOTES.txt +++ b/NOTES.txt @@ -953,7 +953,9 @@ select -ExpandProperty FullName > b.txt cat .\compile_commands.json | sls '"file":' > a.txt -And use regex-es from analyzers-qt5/6.yml +And use regex-es from analyzers-qt5/6.yml, eg.: + +Get-Content .\a.txt | sls -Pattern '[\\\/]+(?:drivers|examples|orm|src|tests|tom)[\\\/]+.+?[\\\/]+(?!mocs_)[\w\d_\-\+]+\.cpp' | measure Clazy in QtCreator: