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 checkspelling test recently started raising a bunch of warnings (see an example here) which all are related a the documentation. As the build is done in strict mode, the test always fails. We need to go through the various warnings and address them and consider possibly removing strict mode. After all, the warnings are not related to spelling and shouldn't be causing the checkspelling test to fail. Perhaps an additional test could be added which would build the docs in strict mode if we care about that??
The text was updated successfully, but these errors were encountered:
The
checkspelling
test recently started raising a bunch of warnings (see an example here) which all are related a the documentation. As the build is done instrict
mode, the test always fails. We need to go through the various warnings and address them and consider possibly removing strict mode. After all, the warnings are not related to spelling and shouldn't be causing thecheckspelling
test to fail. Perhaps an additional test could be added which would build the docs in strict mode if we care about that??The text was updated successfully, but these errors were encountered: