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 ktlint issues #30

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Fix ktlint issues #30

merged 1 commit into from
Oct 20, 2023

Conversation

ImaginativeShohag
Copy link
Owner

No description provided.

@@ -25,7 +25,7 @@
*/

object BuildConfigConst {
const val compileSdk = 33
const val compileSdk = 34

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

const val minSdk = 21
const val targetSdk = 33
const val targetSdk = 34

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [ktlint] standard:property-naming reported by reviewdog 🐶
Property name should use the screaming snake case notation when the value can not be changed

@ImaginativeShohag ImaginativeShohag merged commit dbb0c94 into dev Oct 20, 2023
4 checks passed
@ImaginativeShohag ImaginativeShohag deleted the apply-ktlint branch October 20, 2023 18:40
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.

1 participant