We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa92bf commit 065f344Copy full SHA for 065f344
.clang-tidy
@@ -0,0 +1,6 @@
1
+Checks: >
2
+ clang-analyzer-*
3
+ bugprone-*
4
+ performance-unnecessary-*
5
+ modernize-use-nullptr
6
+ modernize-use-nodiscard
.github/workflows/build-linux.yml
@@ -46,6 +46,7 @@ jobs:
46
style: '' # we don't want check from clang-format
47
lines-changed-only: 'true' # Only lines in the diff that contain additions are analyzed. Avoid noise from existing code.
48
thread-comments: 'update'
49
+ tidy-checks: '' # rely solely on .clang-tidy file
50
tidy-review: true
51
passive-reviews: true
52
ignore: 'bezier|boost|SingleApplication|spdlog|zernike|moc_*|ui_*|qwt*'
0 commit comments