Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Spelling errors (Storm migration guide) #92

Merged
merged 3 commits into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .custom_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ boolean
breakpoint
browserconfig
BrowserNotificationMessages
BugSubscription
bugtracker
BugWatch
BugWatches
Expand Down Expand Up @@ -95,6 +96,7 @@ DatabaseSetup
DateTimeJSONEncoder
DatetimeUsageGuide
DavidAllouche
DBEnums
dbpatches
dbschema
dbupgrade
Expand Down Expand Up @@ -154,6 +156,8 @@ ForbiddenAttribute
FooBar
foofunc
foos
FooSet
ForeignKey
formatter
formlib
FreshLogs
Expand Down Expand Up @@ -198,6 +202,7 @@ importances
InformationInfrastructure
infos
initialized
instantiation
integrations
io
ip
Expand Down Expand Up @@ -259,6 +264,7 @@ lxd
LXD's
macOS
macquarie
MailingListSet
Mantic
ManualCdImageMirrorProber
matchers
Expand All @@ -285,6 +291,7 @@ NavigationMenus
newsampledata
NPM
NULLs
OAuth
OEM
oid
Expand Down Expand Up @@ -431,7 +438,11 @@ soyuz
specialized
specializes
sql
sqlbuilder
SQL's
SQLBase
SQLObject
SQLObject's
SQLObjectResultSets
SRE
SREs
Expand Down Expand Up @@ -518,6 +529,10 @@ unsuffixed
url
urls
userbase
UtcDateTimeCol
Validators
validators
validator
VBScript
vbuilder
ViewTests
Expand Down
2 changes: 1 addition & 1 deletion .sphinx/spellingcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ matrix:
- .custom_wordlist.txt
output: .sphinx/.wordlist.dic
sources:
- _build/**/*.html|!_build/explanation/code/index.html|!_build/explanation/storm-migration-guide/index.html
- _build/**/*.html|!_build/explanation/code/index.html
pipeline:
- pyspelling.filters.html:
comments: false
Expand Down
Loading
Loading