Skip to content

Commit 0fb4bb7

Browse files
kytrinyxkotp
authored andcommitted
Sync accumulate with problem-specifications
The accumulate exercise is deprecated, but configlet is warning that it is outdated, so I decided to sync it and exclude all the new tests. Configlet has an open issue about not linting these (exercism/configlet#518).
1 parent a97aa12 commit 0fb4bb7

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# This is an auto-generated file.
2+
#
3+
# Regenerating this file via `configlet sync` will:
4+
# - Recreate every `description` key/value pair
5+
# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications
6+
# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion)
7+
# - Preserve any other key/value pair
8+
#
9+
# As user-added comments (using the # character) will be removed when this file
10+
# is regenerated, comments can be added via a `comment` key.
11+
12+
[64d97c14-36dd-44a8-9621-2cecebd6ed23]
13+
description = "accumulate empty"
14+
include = false
15+
16+
[00008ed2-4651-4929-8c08-8b4dbd70872e]
17+
description = "accumulate squares"
18+
include = false
19+
20+
[551016da-4396-4cae-b0ec-4c3a1a264125]
21+
description = "accumulate upcases"
22+
include = false
23+
24+
[cdf95597-b6ec-4eac-a838-3480d13d0d05]
25+
description = "accumulate reversed strings"
26+
include = false
27+
28+
[bee8e9b6-b16f-4cd2-be3b-ccf7457e50bb]
29+
description = "accumulate recursively"
30+
include = false
31+
32+
[0b357334-4cad-49e1-a741-425202edfc7c]
33+
description = "accumulate recursively"
34+
include = false
35+
reimplements = "bee8e9b6-b16f-4cd2-be3b-ccf7457e50bb"

0 commit comments

Comments
 (0)