Searched refs:codespell (Results 1 – 2 of 2) sorted by relevance
17 codespell=${DPDK_CHECKPATCH_CODESPELL:-enable}22 if [ "$codespell" = "enable" ] ; then24 elif [ -f "$codespell" ] ; then26 options="$options --codespellfile $codespell"
431 can be enabled by downloading the codespell dictionary::433 …https://raw.githubusercontent.com/codespell-project/codespell/master/codespell_lib/data/dictionary…