Searched refs:codespell_dict (Results 1 – 3 of 3) sorted by relevance
178 local codespell_dict179 codespell_dict=$(find_codespell_dict_file)182 if [[ -z "$codespell_dict" ]]; then189 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);
349 my $codespell_dict = `python3 -c "$python_codespell_dict" 2> /dev/null`;350 $codespellfile = $codespell_dict if (-f $codespell_dict);