You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "codespell" tool is used to check for the presence of commonly misspelled words in the project files. Automatically
generated files should be excluded from such checks for efficiency and to avoid false positives.
Although they are not checked into the repository, when contributors build the project the binary files will be present
in the project folder and thus subject to such checks. "codespell" is smart enough to automatically detect binary files
and not check their content, but it will be best to explicitly configure it to skip the files entirely for the sake of
efficiency.
0 commit comments