Skip to content

Commit

Permalink
chore(cli): disable some api-report warnings we don't care about
Browse files Browse the repository at this point in the history
  • Loading branch information
unekinn committed Nov 8, 2024
1 parent 1081e03 commit 7a6d74f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packages/cli/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,14 +420,18 @@
"default": {
"logLevel": "warning"
// "addToApiReportFile": false
}
},

// "ae-extra-release-tag": {
// "logLevel": "warning",
// "addToApiReportFile": true
// },
//
// . . .

"ae-missing-release-tag": {
"logLevel": "none"
}
},

/**
Expand All @@ -439,7 +443,7 @@
*/
"tsdocMessageReporting": {
"default": {
"logLevel": "warning"
"logLevel": "none"
// "addToApiReportFile": false
}

Expand Down

0 comments on commit 7a6d74f

Please sign in to comment.