Introduce bot for typos
Review Request #14817 — Created Feb. 12, 2026 and updated
Introduce bot for typos
Add two files with typos and saw that the exclude file had no issues from the bot. The other files got issues.
- Commits:
-
Summary ID fa68d5050e068d4e26bb5327e958871842164e44 7ac352b8624d710ea933da0cd149f8b3c400ff03
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID 7ac352b8624d710ea933da0cd149f8b3c400ff03 27b3d823b3397a8aceeffee3dfad999c4883c259
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID 27b3d823b3397a8aceeffee3dfad999c4883c259 969465a667db92f5f0f93bf6b9277cc16bd0134c
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID 969465a667db92f5f0f93bf6b9277cc16bd0134c 580b7b87f1ad7756b44ff93c37e0a0a85fcd5daa
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Commits:
-
Summary ID 580b7b87f1ad7756b44ff93c37e0a0a85fcd5daa 2af52f04b920da02f825828f8017473751b1f759
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
- Bugs:
- Commits:
-
Summary ID 2af52f04b920da02f825828f8017473751b1f759 14c207aae8dea63a9fe7cdedcf1c72170979f6f8
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.
-
-
If someone has an exclude for something like this with an explicity subdirectory the excludes won't work because ReviewBot uses another "root directory".
Is this something that could be changed in ReviewBot? It is quite annoying to change excludes because for temporary directories of the bot.[files] extend-exclude = [ "src/external/**", ]This is a work-around:
[files] extend-exclude = [ "*/src/external/**", ]