Skip to content

metadata.yml: Remove nonstandard metadata (cleanup) #604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions exercises/counter/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
---
blurb: "Design a test suite for a line/letter/character counter tool."
common:
type: focus
special: reverse
deprecated: true
4 changes: 0 additions & 4 deletions exercises/error-handling/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
---
blurb: "Implement various kinds of error handling and resource management"
common:
type: focus
go:
topics: ["defer", "errors", "panic"]
3 changes: 0 additions & 3 deletions exercises/lens-person/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
---
blurb: "Use lenses to update nested records (specific to languages with immutable data)."
common:
type: focus
focus: lenses
2 changes: 0 additions & 2 deletions exercises/nucleotide-codons/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
---
blurb: "Write a function that returns the name of an amino acid a particular codon, possibly using shorthand, encodes for."
common:
type: practice
2 changes: 0 additions & 2 deletions exercises/react/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
---
blurb: "Implement a basic reactive system."
type: practice
topics: ["observers", "reactive programming"]
3 changes: 0 additions & 3 deletions exercises/rectangles/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
---
blurb: Count the rectangles in an ASCII diagram.
common:
type: practice
focus: algorithms
2 changes: 0 additions & 2 deletions exercises/variable-length-quantity/metadata.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
---
blurb: "Implement variable length quantity encoding and decoding."
type: practice
source: "A poor Splice developer having to implement MIDI encoding/decoding."
source_url: "https://splice.com"
topics: ["encoding", "decoding", "MIDI"]