Skip to content

Commit da7448f

Browse files
committed
update selected flags for recommended profile
1 parent a725243 commit da7448f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

copier/questions/features_code_quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SelectCodeQualityFeatures:
77
type: yaml
88
default: |-
99
{% if template_profile == 'recommended' %}
10-
[SelectGitHubActions_flag, not_implemented_linting, AddSonarCloud, not_implemented_editor_config]
10+
[SelectGitHubActions_flag, not_implemented_linting, AddSonarCloud_flag, not_implemented_editor_config]
1111
{%- else -%}
1212
[]
1313
{%- endif %}
@@ -37,7 +37,7 @@ SelectGitHubActions:
3737
type: yaml
3838
default: |-
3939
{% if template_profile == 'recommended' %}
40-
[AddGitHubActionBuild, AddGitHubActionDocumentation]
40+
[AddGitHubActionBuild_flag, AddGitHubActionDocumentation_flag]
4141
{%- else -%}
4242
[]
4343
{%- endif %}

0 commit comments

Comments
 (0)