Skip to content

Commit 2be4262

Browse files
fix: no excess files in manifest (#48)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 6d097bb commit 2be4262

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/eslint-plugin-rebase/src/rebase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const rebase = ({ files, cliEngine }: RebaseOptions) => {
6666
break;
6767
}
6868

69-
if (!fileIgnores) {
69+
if (!fileIgnores || !Object.keys(fileIgnores).length) {
7070
break;
7171
}
7272

packages/example-simple/src/ok.js

Whitespace-only changes.

0 commit comments

Comments
 (0)