style(DeepSource): Added two ignores
This commit is contained in:
parent
cd700be26c
commit
06b8631ca3
2 changed files with 5 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Reference in a new issue