From: Jérôme Benoit Date: Sat, 22 Oct 2022 15:51:33 +0000 (+0200) Subject: Silence sonar cleanups X-Git-Tag: v1.1.86~25 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=81e3cc3895d5dc289404c72459246d2b5215fe82;p=e-mobility-charging-stations-simulator.git Silence sonar cleanups Signed-off-by: Jérôme Benoit --- 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 @@