stevedlawrence opened a new pull request #459: URL: https://github.com/apache/incubator-daffodil/pull/459
Sonarcloud requires that the src/main directory exists for its scans, even if there are no sources. Commit 064d7b8655 removed all the .keep files which caused the src/main directory in daffodil-test and daffodil-test-ibm1 to be deleted since those modules have no actual sources. But this caused Sonarcloud failures. To fix this, add back the .keep files for only these two directories so that sonarcloud scan will work. It's also possible some IDE's might be unhappy without src/main directories, so this isn't necessarily sonarcloud specific. DAFFODIL-2430 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
