From 81e3cc3895d5dc289404c72459246d2b5215fe82 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 22 Oct 2022 17:51:33 +0200 Subject: [PATCH] Silence sonar cleanups MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/charging-station/ocpp/OCPPResponseService.ts | 5 +++-- src/ui/web/src/App.vue | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/charging-station/ocpp/OCPPResponseService.ts b/src/charging-station/ocpp/OCPPResponseService.ts index 9654b2d7..871f93ab 100644 --- a/src/charging-station/ocpp/OCPPResponseService.ts +++ b/src/charging-station/ocpp/OCPPResponseService.ts @@ -54,8 +54,9 @@ export default abstract class OCPPResponseService { ); } - // eslint-disable-next-line @typescript-eslint/no-empty-function - protected emptyResponseHandler() {} + protected emptyResponseHandler() { + /* This is intentional */ + } public abstract responseHandler( chargingStation: ChargingStation, diff --git a/src/ui/web/src/App.vue b/src/ui/web/src/App.vue index bfc5143a..d6df1a21 100644 --- a/src/ui/web/src/App.vue +++ b/src/ui/web/src/App.vue @@ -1,8 +1,4 @@ -- 2.34.1