-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit 515175f
Print instructions for false positive resolution when spell check fails
The assets include infrastructure to check for commonly misspelled words in the project files.
Although the system is designed to reduce the incidence of false positives, they are still relatively common. For this
reason, it is important to clearly communicate to the contributor how such false positives can be resolved. This can be
accomplished effectively by printing instructions when the spell check fails.
In order to avoid excessive verbosity of the output (note that the failure could just as well be a true positive), the
description of the procedure is maintained in the asset documentation and the output message simply provides the URL of
that documentation.1 parent 6c28d08 commit 515175f
1 file changed
+9
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 | - | ||
171 | - | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + | ||
175 | + | ||
176 | + | ||
177 | + | ||
178 | + | ||
172 | 179 |
| |
173 | 180 |
| |
174 | 181 |
| |
|
0 commit comments