style(DeepSource): Added two ignores

This commit is contained in:
netbenix 2022-02-19 17:38:16 +01:00
parent cd700be26c
commit 06b8631ca3
2 changed files with 5 additions and 7 deletions

View file

@ -78,6 +78,7 @@ func getTimeSuffix() string {
return "_" + currTime.Format("02-01-2006_15-04")
}
// skipcq: RVV-A0005
func checkTmpPath(createLocalBackup bool, targetPath string) string {
logger := Logging.DetailedLogger("mainThread", "checkTmpPath")
if !createLocalBackup {