Skip to content

Commit 0c3010a

Browse files
committed
Remove API report step
1 parent 9da7594 commit 0c3010a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/gitHooks/precommit.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ $ git stash pop
8080
// Validate License headers exist
8181
await doLicense(changedFiles);
8282

83-
<<<<<<< HEAD
84-
=======
85-
// Generate API reports
86-
await doApiReports(changedFiles);
87-
88-
>>>>>>> 391f3e4b... Address some PR comments
8983
// Diff staged changes against last commit. Don't do an empty commit.
9084
const postDiff = await git.diff(['--cached']);
9185
if (!postDiff) {

0 commit comments

Comments
 (0)