ruff/scripts/cspell.sh

3 lines
83 B
Bash

#!/bin/bash
cspell "ast/**/*.rs" "literal/**/*.rs" "core/**/*.rs" "parser/**/*.rs"