Home
last modified time | relevance | path

Searched refs:codespell_dict (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-build-scripts/scripts/
H A Dformat-code.sh178 local codespell_dict
179 codespell_dict=$(find_codespell_dict_file)
182 if [[ -z "$codespell_dict" ]]; then
189 codespell -D "$codespell_dict" -d --count "$commit_filename"
/openbmc/qemu/scripts/
H A Dcheckpatch.pl133 my $codespell_dict = `python3 -c "$python_codespell_dict" 2> /dev/null`;
134 $codespellfile = $codespell_dict if (-f $codespell_dict);
/openbmc/linux/scripts/
H A Dcheckpatch.pl349 my $codespell_dict = `python3 -c "$python_codespell_dict" 2> /dev/null`;
350 $codespellfile = $codespell_dict if (-f $codespell_dict);