Skip to content

Commit

Permalink
Add tags to concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Oct 5, 2023
1 parent 3e680f0 commit 86b513d
Show file tree
Hide file tree
Showing 9 changed files with 309 additions and 82 deletions.
371 changes: 299 additions & 72 deletions config.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"erikschierboom"
],
"tags": {
"all": ["uses:linq"]
"all": ["construct:linq"]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hamming/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"erikschierboom"
],
"tags": {
"all": ["uses:linq"]
"all": ["construct:linq"]
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"tags": {
"all": [
"uses:linq",
"construct:linq",
"construct:dictionary"
]
}
Expand All @@ -54,7 +54,7 @@
],
"tags": {
"all": [
"uses:yield",
"construct:yield",
"construct:dictionary",
"construct:switch-expression"
]
Expand All @@ -70,7 +70,7 @@
],
"tags": {
"all": [
"uses:yield",
"construct:yield",
"construct:switch-expression"
]
}
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/proverb/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"erikschierboom"
],
"tags": {
"all": ["uses:linq"]
"all": ["construct:linq"]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/raindrops/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"tags": {
"all": ["construct:if"],
"not": ["uses:linq"]
"not": ["construct:linq"]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/reverse-string/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"erikschierboom"
],
"tags": {
"all": ["uses:linq"]
"all": ["construct:linq"]
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/series/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"erikschierboom"
],
"tags": {
"all": ["uses:linq"]
"all": ["construct:linq"]
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/yacht/.approaches/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"erikschierboom"
],
"tags": {
"all": ["uses:linq"]
"all": ["construct:linq"]
}
}
]
Expand Down

0 comments on commit 86b513d

Please sign in to comment.