Skip to content

Commit 1edf45a

Browse files
committed
Spelling
1 parent c650b96 commit 1edf45a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/actions/spelling/candidate.patterns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ W/"[^"]+"
719719
# Compiler flags (Windows / PowerShell)
720720
# This is a subset of the more general compiler flags pattern.
721721
# It avoids matching `-Path` to prevent it from being treated as `ath`
722-
(?:^|[\t ,"'`=(])[\-/](?:[DPL](?=[A-Z]{2,})|[WXYlf](?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,}))
722+
#(?:^|[\t ,"'`=(])-(?:[DPL](?=[A-Z]{2,})|[WXYlf](?=[A-Z]{2,}|[A-Z][a-z]|[a-z]{2,}))
723723

724724
# Compiler flags (linker)
725725
,-B

.github/actions/spelling/expect.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ dacl
114114
datetimeoffset
115115
Dbg
116116
Dcom
117+
DCPPREST
117118
debian
118119
decompressor
119120
dedupe
@@ -127,6 +128,7 @@ desktopappinstaller
127128
devblogs
128129
devhome
129130
DFX
131+
DHAVE
130132
dic
131133
diskfull
132134
DISPLAYCATALOG
@@ -140,6 +142,7 @@ dustojnikhummer
140142
dvinns
141143
dwgs
142144
dwrite
145+
DYAML
143146
ecfr
144147
ecfrbrowse
145148
EFGH
@@ -469,6 +472,7 @@ rwgch
469472
rwgs
470473
ryfu
471474
sacl
475+
sancov
472476
SARL
473477
savepoint
474478
sawgc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(PORT MATCHES "jsoncpp|libyaml")
22
set(VCPKG_C_FLAGS "${VCPKG_C_FLAGS} /fsanitize=address /fsanitize-coverage=inline-8bit-counters /fsanitize-coverage=edge /fsanitize-coverage=trace-cmp /fsanitize-coverage=trace-div")
33
set(VCPKG_CXX_FLAGS "${VCPKG_CXX_FLAGS} /fsanitize=address /fsanitize-coverage=inline-8bit-counters /fsanitize-coverage=edge /fsanitize-coverage=trace-cmp /fsanitize-coverage=trace-div")
4-
set(VCPKG_LINKER_FLAGS libsancov.lib)
4+
#set(VCPKG_LINKER_FLAGS libsancov.lib)
55
endif()

0 commit comments

Comments
 (0)