throwException("Missing example code in ${file.path}. Either it didn't get published, publishing has changed, or the example no longer exists.");
}
}else{
throwException("Missing example code sanity test file ${file.path}. Either it didn't get published, or you might have to update the test to look at a different file.");
throwException(
"Missing example code sanity test file ${file.path}. Either it didn't get published, or you might have to update the test to look at a different file.");
}
}
...
...
@@ -427,19 +423,22 @@ void sanityCheckDocs() {
// Make sure at least one example of each kind includes source code.