Skip to content

Commit d574145

Browse files
committed
Add clarifying comment
1 parent 6860375 commit d574145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repo.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export async function hasChangesInDirectorySinceGitTag(
309309
tagName,
310310
);
311311

312-
/* istanbul ignore else */
312+
/* istanbul ignore else: This condition is just to please ESLint */
313313
if (!(tagName in CHANGED_FILE_PATHS_BY_TAG_NAME)) {
314314
CHANGED_FILE_PATHS_BY_TAG_NAME[tagName] = changedFilePaths;
315315
}

0 commit comments

Comments
 (0)