Skip to content

Commit

Permalink
Check Spelling errors (Storm migration guide) (#92)
Browse files Browse the repository at this point in the history
* Remove Storm Migration Guide from exclusion list

* Update code inline formatting and correct spelling errors

* Add accepted words
  • Loading branch information
sfadriaan authored Jul 23, 2024
1 parent 8500de5 commit ff237fe
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 97 deletions.
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

0 comments on commit ff237fe

Please sign in to comment.