Skip to content

Commit 154541b

Browse files
authored
fix(lint): ensure dictionary.txt contains inputs (#33)
1 parent 22dd69e commit 154541b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • {{cookiecutter.project_name|replace(" ", "")}}/.github/etc

{{cookiecutter.project_name|replace(" ", "")}}/.github/etc/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{%- set fragments = cookiecutter.project_name.split('_')
2+
+ cookiecutter.project_name.split('-')
23
+ cookiecutter.project_slug.split('_')
34
+ cookiecutter.project_short_description.split(' ')
45
+ cookiecutter.company_name.split('_')
6+
+ cookiecutter.company_name.split(' ')
57
+ cookiecutter.company_domain.split('_')
68
+ cookiecutter.github_org.split('_')
79
+ cookiecutter.project_owner_github_username.split('_') -%}

0 commit comments

Comments
 (0)