Skip to content

Commit 7fc31b8

Browse files
committed
Add a todo
1 parent bbaefb3 commit 7fc31b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

utils.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ exports.findSwagger = function(cb, opts) {
3939

4040
swagger.validate(generatedSwagger, function(err, api) {
4141
if(err) {
42+
43+
// TODO: We should go through the crappy validation stuff
44+
// and try to make it easier to understand
45+
4246
console.log("");
4347
console.log("Error validating Swagger!".red);
4448
console.log("");

0 commit comments

Comments
 (0)