Skip to content

Commit da43e13

Browse files
committed
CC-882: remove all usages of should_skip_template_evaluation
1 parent eb6b52c commit da43e13

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

starter-repository-definitions.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
target: codecrafters.yml
77
- source: starter_templates/sample.db
88
target: sample.db
9-
should_skip_template_evaluation: true
109
- source: starter_templates/download_sample_databases.sh
1110
target: download_sample_databases.sh
1211
- source: starter_templates/python/app/main.py
@@ -33,7 +32,6 @@
3332
target: codecrafters.yml
3433
- source: starter_templates/sample.db
3534
target: sample.db
36-
should_skip_template_evaluation: true
3735
- source: starter_templates/download_sample_databases.sh
3836
target: download_sample_databases.sh
3937
- source: starter_templates/go/app/main.go
@@ -60,7 +58,6 @@
6058
target: codecrafters.yml
6159
- source: starter_templates/sample.db
6260
target: sample.db
63-
should_skip_template_evaluation: true
6461
- source: starter_templates/download_sample_databases.sh
6562
target: download_sample_databases.sh
6663
- source: starter_templates/javascript/app/main.js
@@ -89,7 +86,6 @@
8986
target: codecrafters.yml
9087
- source: starter_templates/sample.db
9188
target: sample.db
92-
should_skip_template_evaluation: true
9389
- source: starter_templates/download_sample_databases.sh
9490
target: download_sample_databases.sh
9591
- source: starter_templates/rust/.gitignore
@@ -116,7 +112,6 @@
116112
target: codecrafters.yml
117113
- source: starter_templates/sample.db
118114
target: sample.db
119-
should_skip_template_evaluation: true
120115
- source: starter_templates/download_sample_databases.sh
121116
target: download_sample_databases.sh
122117
- source: starter_templates/csharp/.gitignore
@@ -143,7 +138,6 @@
143138
target: codecrafters.yml
144139
- source: starter_templates/sample.db
145140
target: sample.db
146-
should_skip_template_evaluation: true
147141
- source: starter_templates/download_sample_databases.sh
148142
target: download_sample_databases.sh
149143
- source: starter_templates/.gitignore
@@ -170,7 +164,6 @@
170164
target: codecrafters.yml
171165
- source: starter_templates/sample.db
172166
target: sample.db
173-
should_skip_template_evaluation: true
174167
- source: starter_templates/download_sample_databases.sh
175168
target: download_sample_databases.sh
176169
- source: starter_templates/swift/.gitignore
@@ -195,7 +188,6 @@
195188
target: codecrafters.yml
196189
- source: starter_templates/sample.db
197190
target: sample.db
198-
should_skip_template_evaluation: true
199191
- source: starter_templates/download_sample_databases.sh
200192
target: download_sample_databases.sh
201193
- source: starter_templates/cpp/.gitignore
@@ -220,7 +212,6 @@
220212
target: codecrafters.yml
221213
- source: starter_templates/sample.db
222214
target: sample.db
223-
should_skip_template_evaluation: true
224215
- source: starter_templates/download_sample_databases.sh
225216
target: download_sample_databases.sh
226217
- source: starter_templates/zig/.gitignore
@@ -243,7 +234,6 @@
243234
target: codecrafters.yml
244235
- source: starter_templates/sample.db
245236
target: sample.db
246-
should_skip_template_evaluation: true
247237
- source: starter_templates/download_sample_databases.sh
248238
target: download_sample_databases.sh
249239
- source: starter_templates/java/your_sqlite3.sh
@@ -268,7 +258,6 @@
268258
target: codecrafters.yml
269259
- source: starter_templates/sample.db
270260
target: sample.db
271-
should_skip_template_evaluation: true
272261
- source: starter_templates/download_sample_databases.sh
273262
target: download_sample_databases.sh
274263
- source: starter_templates/typescript/app/main.ts
@@ -277,7 +266,6 @@
277266
target: package.json
278267
- source: starter_templates/typescript/bun.lockb
279268
target: bun.lockb
280-
should_skip_template_evaluation: true
281269
- source: starter_templates/typescript/your_sqlite3.sh
282270
target: your_sqlite3.sh
283271
- source: starter_templates/.gitattributes

0 commit comments

Comments
 (0)