This repository was archived by the owner on May 2, 2026. It is now read-only.
Move the PublicKey type into the core library #1305
Merged
GitHub Advanced Security / detekt
succeeded
May 11, 2025 in 2s
1 new alert
New alerts in code changed by this pull request
- 1 warning
See annotations below for details.
Annotations
Check warning on line 14 in core/src/main/kotlin/vo/PublicKey.kt
github-advanced-security / detekt
Report magic numbers. Magic number is a numeric literal that is not defined as a constant and hence it's unclear what the purpose of this number is. It's better to declare such numbers as constants and give them a proper name. By default, -1, 0, 1, and 2 are not considered to be magic numbers.
This expression contains a magic number. Consider defining it to a well named constant.
Loading