OWASP/Nest

Remove this redundant

オープン

#4,588 opened on 2026/04/27

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Python (651 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (412 個のスター)
PR merge metrics
 (平均マージ 2d 12h) (30d で 128 merged PRs)

説明

Description

SonarCloud reports a violation of rule typescript:S4623 "undefined" should not be passed as the value of optional parameters. So Remove this redundant "undefined".

Sonar Issue

https://sonarcloud.io/project/issues?open=AZyR-cD2EbJaH5UN48Px&id=OWASP_Nest

Affected code

          expect(validateEndDate('2024-01-01', undefined)).toBeUndefined()

コントリビューターガイド