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

Fix lint warning for database/db function parameter name #4178

Merged

Conversation

jpelgrom
Copy link
Member

Summary

Fixes the following lint warning x23:

/home-assistant-android/common/src/main/java/io/homeassistant/companion/android/database/AppDatabase.kt:838:34 The corresponding parameter in the supertype 'Migration' is named 'db'. This may cause problems when calling this function with named arguments.

Screenshots

n/a

Link to pull request in Documentation repository

n/a

Any other notes

 - Fixes the following warning x23: /home-assistant-android/common/src/main/java/io/homeassistant/companion/android/database/AppDatabase.kt:838:34 The corresponding parameter in the supertype 'Migration' is named 'db'. This may cause problems when calling this function with named arguments.
@JBassett JBassett merged commit 09ca68e into home-assistant:master Feb 2, 2024
4 checks passed
@jpelgrom jpelgrom deleted the fix-lint-database-parameter-warning branch February 2, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants