2 # SPDX-License-Identifier: BSD-3-Clause
3 # Copyright 2020 Mellanox Technologies, Ltd
5 # Build a spelling dictionary suitable for DPDK_CHECKPATCH_CODESPELL
7 # path to local clone of https://github.com/codespell-project/codespell.git
10 # concatenate codespell dictionaries, except GB/US one
11 for suffix in .txt _code.txt _informal.txt _names.txt _rare.txt _usage.txt ; do
12 cat $codespell_path/codespell_lib/data/dictionary$suffix
15 # remove too short or wrong checks