Integrates the typos spell checker into the CI pipeline as requested in #6532.
GitHub Actions workflow (.github/workflows/typos.yaml): Runs typos on every push/PR to dev and main branches using the official crate-ci/typos action.
Configuration (_typos.toml): Properly configured to exclude:
ot, hae, ue, etc.) and test case stringsTypo fixes across 15 source files:
fiter → filter, seperate → separate, Reuests → RequestsExludedDastTmplStats → ExcludedDastTmplStats (exported constant)formated/Formated → formatted/Formattedthant → than, noticable → noticeable, pannel → panelAllowd → Allowed, algoritmos → algorithms, brower → browsersplitted → splitParts (local variable rename in path.go)worflow_loader.go → workflow_loader.go (filename typo)Before (27 typos found):
$ typos --format brief | wc -l
27
After (clean):
$ typos --format brief
(no output - all clean)
dev branch_typos.toml excludes false positives properly/claim #6532
Bug Fixes
-show-brower → -show-browser)New Features
-lha, -list-headless-action to list headless actionsChores
a638011
@a638011
cryptoaibot1738728800
@cryptoaibot1738728800
ProjectDiscovery
@projectdiscovery