Lines Matching full:codespell
64 my $codespell = 0;
65 my $codespellfile = "/usr/share/codespell/dictionary.txt";
139 --codespell Use the codespell dictionary for spelling/typos
141 --codespellfile Use this codespell dictionary
327 'codespell!' => \$codespell,
339 # Use the user provided codespell file unconditionally
342 # If /usr/share/codespell/dictionary.txt is not present, try to find it
343 # under codespell's install directory: <codespell_root>/data/dictionary.txt
344 if (($codespell || $help) && which("python3") ne "") {
820 if ($codespell) {
840 warn "No codespell typos will be found - file '$codespellfile': $!\n";