Skip to content

Commit 6bbe55d

Browse files
committed
Enhance dictionary with front-end terms
During web integration for the assignment, fmtscan flagged three front-end terms - 'href', 'monospace', and 'rel' - as spelling errors. This echoes a similar issue noted in #265. Add these valid technical terms to the dictionary to prevent false positives, ensuring accurate code validation. This resolves the false flagging noted in #265 but does not address its call for enhanced error reporting in fmtscan. Change-Id: I9012db1c963e20f9cd275e7e15fe45a1c93d0a5f
1 parent 599de0f commit 6bbe55d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)