good first issue
倉庫指標
- 星標
- (412 顆星)
- PR 合併指標
- (平均合併 2天 12小時) (30 天內合併 128 個 PR)
描述
Description
SonarCloud reports a violation of rule typescript:S4782. Optional property declarations should not use both ? and undefined.
Sonar Issue
https://sonarcloud.io/project/issues?open=AZ5vYOWvEtPFZsxg7_Xu&id=OWASP_Nest
Affected Code
excludedUsernames?: Array<string> | string | null | undefined;
Note
In many file same SonarCloud violation Consider removing 'undefined' type or '?' specifier, one of them is redundant.