diff --git a/exercises/counter/metadata.yml b/exercises/counter/metadata.yml index 9304cb3a45..d885e1f4ae 100644 --- a/exercises/counter/metadata.yml +++ b/exercises/counter/metadata.yml @@ -1,6 +1,2 @@ --- blurb: "Design a test suite for a line/letter/character counter tool." -common: - type: focus - special: reverse -deprecated: true diff --git a/exercises/error-handling/metadata.yml b/exercises/error-handling/metadata.yml index 3653b853f5..66c5d3c925 100644 --- a/exercises/error-handling/metadata.yml +++ b/exercises/error-handling/metadata.yml @@ -1,6 +1,2 @@ --- blurb: "Implement various kinds of error handling and resource management" -common: - type: focus -go: - topics: ["defer", "errors", "panic"] diff --git a/exercises/lens-person/metadata.yml b/exercises/lens-person/metadata.yml index 6709733e76..32363ba538 100644 --- a/exercises/lens-person/metadata.yml +++ b/exercises/lens-person/metadata.yml @@ -1,5 +1,2 @@ --- blurb: "Use lenses to update nested records (specific to languages with immutable data)." -common: - type: focus - focus: lenses diff --git a/exercises/nucleotide-codons/metadata.yml b/exercises/nucleotide-codons/metadata.yml index eb53b8fc75..0284d764c1 100644 --- a/exercises/nucleotide-codons/metadata.yml +++ b/exercises/nucleotide-codons/metadata.yml @@ -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 diff --git a/exercises/react/metadata.yml b/exercises/react/metadata.yml index a2b71af741..6a10bfb83a 100644 --- a/exercises/react/metadata.yml +++ b/exercises/react/metadata.yml @@ -1,4 +1,2 @@ --- blurb: "Implement a basic reactive system." -type: practice -topics: ["observers", "reactive programming"] diff --git a/exercises/rectangles/metadata.yml b/exercises/rectangles/metadata.yml index 3088c88cec..8855f95914 100644 --- a/exercises/rectangles/metadata.yml +++ b/exercises/rectangles/metadata.yml @@ -1,5 +1,2 @@ --- blurb: Count the rectangles in an ASCII diagram. -common: - type: practice - focus: algorithms diff --git a/exercises/variable-length-quantity/metadata.yml b/exercises/variable-length-quantity/metadata.yml index 9272a9af29..66ea7c0b8c 100644 --- a/exercises/variable-length-quantity/metadata.yml +++ b/exercises/variable-length-quantity/metadata.yml @@ -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"] \ No newline at end of file