Skip to content

Commit

Permalink
Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Dec 8, 2023
1 parent 6860375 commit d574145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export async function hasChangesInDirectorySinceGitTag(
tagName,
);

/* istanbul ignore else */
/* istanbul ignore else: This condition is just to please ESLint */
if (!(tagName in CHANGED_FILE_PATHS_BY_TAG_NAME)) {
CHANGED_FILE_PATHS_BY_TAG_NAME[tagName] = changedFilePaths;
}
Expand Down

0 comments on commit d574145

Please sign in to comment.