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 bf85650 commit a22ae20Copy full SHA for a22ae20
tools/gitHooks/api-report.js
tools/gitHooks/prepush.js
@@ -58,9 +58,6 @@ $ git stash pop
58
// Validate License headers exist
59
await doLicenseCommit(changedFiles);
60
61
- // Generate API reports
62
- await doApiReportsCommit();
63
-
64
console.log(chalk`
65
Pre-Push Validation Succeeded
66
0 commit comments