+ Patrick From: Aditya Ambadipudi Date: Monday, April 15, 2024 at 3:41 PM To: ci@dpdk.org Cc: Honnappa Nagarahalli , Dhruv Tripathi , Wathsala Wathawana Vithanage Subject: How to remove a word from the dictionary.txt we are using in the CI/CD pipeline. Hello folks, My name is Aditya Ambadipudi. I work as a software engineer at Arm. Recently we submitted a patch set for DPDK: http://patches.dpdk.org/project/dpdk/patch/20240401013729.1466298-3-aditya.ambadipudi@arm.com/ And the CI/CD is failing for this patch because of the word Deque. 1787:adaquate->adequate 1788:adaquately->adequately 1789:adaquetely->adequately 1790:adaquit->adequate 1791:adaquitly->adequately 1975:adecuate->adequate 1977:adequat->adequate 1978:adequatly->adequately 1979:adequit->adequate 1980:adequite->adequate 1981:adequitely->adequately 1982:adequitly->adequately 18484:dequed->dequeued 18485:dequeing->dequeuing 18486:deques->dequeues 30005:inadiquate->inadequate 30006:inadquate->inadequate 61309:deque->dequeue Code spell wants us to substitute all the places where we used the word "deque" with "dequeue". We were wondering if it is possible to remove this rule from that dictionary that the CI/CD pipeline uses. Or if there is a way to circumvent that rule. The CR we created was specifically to add a Deque library to DPDK. The data structure we have created is a Deque and there is no other word that we can think of that describes that data structure better than "Deque". Thank you, Aditya Ambadipudi