mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 02:39:22 +00:00
Setup spell checker
This commit is contained in:
parent
41e9e7280a
commit
75f6ce1ae5
5 changed files with 318 additions and 2 deletions
2
scripts/cspell.sh
Normal file
2
scripts/cspell.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
cspell "ast/**/*.rs" "literal/**/*.rs" "core/**/*.rs" "parser/**/*.rs"
|
Loading…
Add table
Add a link
Reference in a new issue