From 1791f8fcb576ba73641c77724a83a0fdecb56eab Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Thu, 21 Mar 2024 16:18:38 -0600 Subject: [PATCH] better TODO issue, https://github.com/phetsims/chipper/issues/1415 Signed-off-by: Michael Kauzmann --- js/grunt/lint.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/grunt/lint.js b/js/grunt/lint.js index 01cff8b3b..80c975102 100644 --- a/js/grunt/lint.js +++ b/js/grunt/lint.js @@ -161,7 +161,7 @@ const lint = async ( originalRepos, options ) => { const inProgressErrorLogging = repos.length > 1; - // TODO: always use MAX_THREADS and calculate batch size to be optimal, https://github.com/phetsims/chipper/issues/1356 + // TODO: always use MAX_THREADS and calculate batch size to be optimal, https://github.com/phetsims/chipper/issues/1415 const MAX_THREADS = 4; // Max number of concurrent workers const MAX_BATCH_SIZE = 60; // Number of repos processed by each worker (could be less if total is not divisible) const allResults = []; @@ -264,7 +264,6 @@ const lint = async ( originalRepos, options ) => { lint.chipperAPIVersion = 'promisesPerRepo1'; // only used by the lintWorker.js, please don't use this. -// TODO: Is there a better way to expose this? https://github.com/phetsims/chipper/issues/1415 lint.lintReposFromWorker = lintReposFromWorker; module.exports = lint; \ No newline at end of file