-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new build targets 'check-spelling' and 'check-spelling-docs'
`make check-spelling` can now be used to get a list of spelling errors. It uses the latest version of codespell, a spell checker implemented in Python. 'make check-spelling-docs' checks the generated documentation. Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information
Showing
4 changed files
with
70 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
============================= | ||
Check spelling with codespell | ||
============================= | ||
|
||
`make check-spelling` can be used to get a list of spelling errors. | ||
It reports files with spelling errors and a summary of all misspelled words. | ||
The report is generated by the latest version of codespell, a spell checker | ||
implemented in Python. | ||
|
||
See https://github.com/codespell-project/codespell for more information. | ||
|
||
A 2nd target `check-spelling-docs` checks the generated documentation | ||
which is presented to end users. | ||
|
||
Some file patterns are excluded from the check. | ||
|
||
In addition tests/codespell includes several files which are used to | ||
suppress certain false positives in the codespell report. | ||
|
||
exclude-file - complete lines which should be ignored | ||
ignore-words - list of words which should be ignored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
* VAS controller. | ||
number generator daemon such as the one found in the vhost-device crate of | ||
introspection. The latter can conceivably confuse clients, so tread | ||
<dt><code class="docutils literal notranslate"><span class="pre">crypted</span></code>: <code class="docutils literal notranslate"><span class="pre">boolean</span></code></dt><dd><p>true if password is already crypt()d, false if raw</p> | ||
<p>If the <code class="docutils literal notranslate"><span class="pre">crypted</span></code> flag is true, it is the caller’s responsibility | ||
<code class="docutils literal notranslate"><span class="pre">crypted</span></code> flag, as they may require the clear-text password</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
asign | ||
bu | ||
buid | ||
busses | ||
conectix | ||
dout | ||
falt | ||
fpr | ||
hace | ||
hax | ||
hda | ||
inflight | ||
nd | ||
ot | ||
pard | ||
parm | ||
ptd | ||
ser | ||
sie | ||
som | ||
stap | ||
synopsys | ||
te | ||
ue |