Skip to content

Commit

Permalink
Remove empty source_url property (JuliaLang#445)
Browse files Browse the repository at this point in the history
The track CI runs `configlet lint`, which currently exits with a
non-zero exit code if it sees an optional string key that has the value
of the empty string.

This commit therefore removes all such key/value pairs on the track -
they otherwise cause a failing CI check.
  • Loading branch information
ee7 authored Aug 30, 2021
1 parent e270b1b commit 3718ab2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/robot-simulator/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
".meta/example.jl"
]
},
"source": "Inspired by an interview question at a famous company.",
"source_url": ""
"source": "Inspired by an interview question at a famous company."
}

0 comments on commit 3718ab2

Please sign in to comment.