Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#13 transform java to kotlin #17

Merged
merged 19 commits into from
Jan 27, 2024

fix formatting

db6e0e9
Select commit
Loading
Failed to load commit list.
Merged

Feature/#13 transform java to kotlin #17

fix formatting
db6e0e9
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / detekt succeeded Jan 24, 2024 in 9s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 138 in build.gradle.kts

See this annotation in the file changed.

Code scanning / 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. Warning

This expression contains a magic number. Consider defining it to a well named constant.