Skip to content

Commit f6dfd5a

Browse files
authored
fix(lint): add cookiecutter inputs to generated project dictionary.txt (#29)
1 parent b5483c5 commit f6dfd5a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
{%- set fragments = cookiecutter.project_slug.split('_') -%}
1+
{%- set fragments = cookiecutter.project_name.split('_')
2+
+ cookiecutter.project_slug.split('_')
3+
+ cookiecutter.project_short_description.split(' ')
4+
+ cookiecutter.company_name.split('_')
5+
+ cookiecutter.company_domain.split('_')
6+
+ cookiecutter.github_org.split('_')
7+
+ cookiecutter.project_owner_github_username.split('_') -%}
28
{%- for item in fragments -%}
39
{{ item }}
410
{% endfor %}

0 commit comments

Comments
 (0)