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

Backend: Detekt VarCouldBeVal #2949

Merged
merged 4 commits into from
Nov 19, 2024
Merged

Conversation

j10a1n15
Copy link
Contributor

What

This Pull Request fixes Detekt crying about the VarCouldBeVal warnings, replacing most of the vars with Vals.
Only problem is that it doesn't like lateinit vars and one specific var with a setter:
image

Changelog Technical Details

  • Fixed Detekt's VarCouldBeVal warnings. - j10a1n15

Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
@github-actions github-actions bot added the Backend A backend pull request that will be merged soon label Nov 18, 2024
Signed-off-by: J10a1n15 <45315647+j10a1n15@users.noreply.github.com>
@hannibal002 hannibal002 added this to the Version 0.28 milestone Nov 18, 2024
@CalMWolfs CalMWolfs merged commit d6b0b38 into hannibal002:beta Nov 19, 2024
6 checks passed
@github-actions github-actions bot removed the Backend A backend pull request that will be merged soon label Nov 19, 2024
@j10a1n15 j10a1n15 deleted the backend/couldbeval branch November 19, 2024 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants