We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728457b commit bc4f236Copy full SHA for bc4f236
.github/workflows/analyzers.yml
@@ -3,6 +3,13 @@
3
# Uses /ccache_vcpkg folder and the compressed cache size is 360M (after whole workflow finishes)
4
# This /ccache_vcpkg folder is common for analyzers.yml and vcpkg-linux.yml workflows
5
# vcpkg-linux.yml takes 205M and analyzers.yml takes 155M
6
+#
7
+# On the Clazy README.md page is written:
8
+# - It's recommended that you disable pre-compiled headers and don't use ccache.
9
+# - Some checks are mysteriously not producing warnings or not applying fixits?
10
+# Check if you have ccache interfering and turn it off.
11
12
+# I'm not using PCH, but I'm using ccache as it doesn't interfere, I have tried it. 🤔
13
14
name: Clang-Tidy and Clazy 6.7
15
0 commit comments