We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89dc11a commit 5299263Copy full SHA for 5299263
.clang-tidy
@@ -34,6 +34,7 @@ Checks:
34
-performance-no-int-to-ptr,
35
-readability-else-after-return,
36
-readability-function-cognitive-complexity,
37
+-readability-identifier-length,
38
-readability-magic-numbers,
39
'
40
HeaderFilterRegex: '.*reproc\+\+.*$'
.github/workflows/main.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: Install (Windows)
75
if: runner.os == 'Windows'
76
run: |
77
- Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
+ iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
78
scoop install ninja llvm --global
79
80
if ("${{ matrix.compiler }}" -eq "gcc") {
0 commit comments