[linter] Re-activate JSDoc linting and fix linting issues

This commit is contained in:
Kristjan ESPERANTO
2025-05-10 23:21:13 +02:00
parent a3d2064bb7
commit fed4c86c7f
6 changed files with 25 additions and 19 deletions

View File

@@ -72,6 +72,10 @@ function checkConfigFile () {
}
}
/**
*
* @param {string} configFileName - The path and filename of the configuration file to validate.
*/
function validateModulePositions (configFileName) {
Log.info("Checking modules structure configuration ...");