-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit e459061
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: Ia59908e7ce9bdf4b6c9e0110d5ad061d401cbba11 parent 599de0f commit e459061
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 | + | ||
146 | 147 |
| |
147 | 148 |
| |
148 | 149 |
| |
| |||
201 | 202 |
| |
202 | 203 |
| |
203 | 204 |
| |
205 | + | ||
204 | 206 |
| |
205 | 207 |
| |
206 | 208 |
| |
| |||
287 | 289 |
| |
288 | 290 |
| |
289 | 291 |
| |
292 | + | ||
290 | 293 |
| |
291 | 294 |
| |
292 | 295 |
| |
|
0 commit comments