Skip to content

Commit 1b9021a

Browse files
committed
add solarcloud question
1 parent ece4bb9 commit 1b9021a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

copier.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ AddPreCommit:
107107
default: "{{ template_profile != 'minimum' }}"
108108
help: Add pre-commit hook to check code style and format on every commit?
109109

110+
AddSonarCloud:
111+
when: "{{ template_profile == 'ask' }}"
112+
type: bool
113+
default: "{{ template_profile != 'minimum' }}"
114+
help: Add SonarCloud (code analysis service) integration?
115+
110116
# internal fields
111117
_subdirectory: template
112118

0 commit comments

Comments
 (0)