From a949ecfa8236d7f5e3411d1fb368b09eb638c4ce Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 1 Dec 2021 14:17:49 -0500 Subject: [PATCH] Update API report Signed-off-by: Adam Harvey --- plugins/sonarqube/api-report.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/sonarqube/api-report.md b/plugins/sonarqube/api-report.md index 642e1d956f..b23ed65ddd 100644 --- a/plugins/sonarqube/api-report.md +++ b/plugins/sonarqube/api-report.md @@ -53,6 +53,4 @@ export { sonarQubePlugin }; // Warnings were encountered during analysis: // // src/components/SonarQubeCard/SonarQubeCard.d.ts:11:5 - (ae-forgotten-export) The symbol "DuplicationRating" needs to be exported by the entry point index.d.ts - -// (No @packageDocumentation comment for this package) ```