Skip to content

Commit e459061

Browse files
committed
Enhance dictionary with HTML and CSS terms
While working on web integration for the assignment, fmtscan marked 'href' and 'rel' from HTML, and 'monospace' from CSS, as spelling errors - a problem also seen in #265. Add these valid terms to the dictionary to avoid false positives and ensure reliable static analysis. This fixes the flagging issue from #265 but leaves its request for better error details in fmtscan unaddressed. Change-Id: Ia59908e7ce9bdf4b6c9e0110d5ad061d401cbba1
1 parent 599de0f commit e459061

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: scripts/aspell-pws

+3
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ github
143143
glibc
144144
gprof
145145
hotfix
146+
href
146147
http
147148
https
148149
hv
@@ -201,6 +202,7 @@ mknod
201202
mlock
202203
mlockall
203204
mmap
205+
monospace
204206
mprotect
205207
mq
206208
mrs
@@ -287,6 +289,7 @@ regcomp
287289
regerror
288290
regexec
289291
regfree
292+
rel
290293
renderer
291294
retpoline
292295
reverseK

0 commit comments

Comments
 (0)