From faf9f83d8418e8493f44199d5f78b23ba46d486e Mon Sep 17 00:00:00 2001 From: Jon Zeolla Date: Wed, 9 Jul 2025 19:40:23 -0400 Subject: [PATCH] fix(lint): ensure dictionary.txt contains inputs --- .../.github/etc/dictionary.txt" | 2 ++ 1 file changed, 2 insertions(+) diff --git "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/etc/dictionary.txt" "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/etc/dictionary.txt" index 02b2f60..4518ebc 100644 --- "a/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/etc/dictionary.txt" +++ "b/{{cookiecutter.project_name|replace(\" \", \"\")}}/.github/etc/dictionary.txt" @@ -1,7 +1,9 @@ {%- set fragments = cookiecutter.project_name.split('_') + + cookiecutter.project_name.split('-') + cookiecutter.project_slug.split('_') + cookiecutter.project_short_description.split(' ') + cookiecutter.company_name.split('_') + + cookiecutter.company_name.split(' ') + cookiecutter.company_domain.split('_') + cookiecutter.github_org.split('_') + cookiecutter.project_owner_github_username.split('_') -%}