We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d88f98e + d4125ca commit b7be40cCopy full SHA for b7be40c
4 files changed
.github/workflows/cpp-linter.yml
@@ -27,6 +27,8 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
with:
30
+ version: 21 # default is 18
31
+
32
style: 'file' # Use .clang-format config file.
33
tidy-checks: '-*' # disable clang-tidy checks.
34
.gitignore
@@ -50,5 +50,5 @@ _original
50
# Visual Studio Configuration
51
.vs
52
53
-# Allow the recreated static libs
54
-!dependencies/recreated/lib/*.lib
+# Allow dependency libs
+!dependencies/**/*.lib
dependencies/lua/lib/lua.lib
30.2 KB
dependencies/ucp3/lib/ucp3.lib
4.74 KB
0 commit comments