Searched refs:codespell_dict (Results 1 – 2 of 2) sorted by relevance
182 local codespell_dict183 codespell_dict=$(find_codespell_dict_file)186 if [[ -z "$codespell_dict" ]]; then193 codespell -D "$codespell_dict" -d --count "$commit_filename"
133 my $codespell_dict = `python3 -c "$python_codespell_dict" 2> /dev/null`;134 $codespellfile = $codespell_dict if (-f $codespell_dict);