We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6860375 commit d574145Copy full SHA for d574145
src/repo.ts
@@ -309,7 +309,7 @@ export async function hasChangesInDirectorySinceGitTag(
309
tagName,
310
);
311
312
- /* istanbul ignore else */
+ /* istanbul ignore else: This condition is just to please ESLint */
313
if (!(tagName in CHANGED_FILE_PATHS_BY_TAG_NAME)) {
314
CHANGED_FILE_PATHS_BY_TAG_NAME[tagName] = changedFilePaths;
315
}
0 commit comments