We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4afb393 commit ac91735Copy full SHA for ac91735
1 file changed
copier/questions/features_code_quality.yml
@@ -48,7 +48,7 @@ SelectGitHubActions:
48
value: AddGitHubActionDocumentation_flag
49
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
50
Link checker (reports broken URLs):
51
- value: AddLinkCheck
+ value: AddLinkCheck_flag
52
53
54
@@ -62,3 +62,8 @@ AddGitHubActionDocumentation:
62
type: bool
63
default: "{{ 'AddGitHubActionDocumentation_flag' in SelectGitHubActions }}"
64
when: false
65
+
66
+AddLinkCheck:
67
+ type: bool
68
+ default: "{{ 'AddLinkCheck_flag' in SelectGitHubActions }}"
69
+ when: false
0 commit comments