reverse-string: add to track#1126
Conversation
|
Hi all, I am not too sure why the build is failing - it says
Does this mean that I have not added reverse-string to a particular list of exercises somewhere? |
| ] | ||
| }, | ||
| { | ||
| "uuid": "", |
There was a problem hiding this comment.
You need to add a unique UUID. Use configlet uuid to generate one (see configlet).
There was a problem hiding this comment.
Also, make sure when reading the Travis build output that you look for the earliest error; sometimes these cause the later ones and are the real problem. From this particular failure:
$ ./bin/configlet lint .
-> The exercise 'reverse-string' was found in config.json, but does not have a UUID.
The command "./bin/configlet lint ." exited with 1.|
I've added the uuid - silly oversight on my part! The build is still failing with the same error, and I can't seem to see any other errors on the output? |
cmccandless
left a comment
There was a problem hiding this comment.
Rename reverse_string_tests.py -> reverse_string_test.py
|
Current changes look good. Please remove "[WIP]" from the PR title if you are finished working on this. |
|
Bump! 🙂 |
|
@sjwarner-bp Merged! Thanks for working on this! |
Add
reverse-stringto track.