Conversation
| } | ||
|
|
||
| fun logOut() { | ||
| auth.logOut(); |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Unnecessary semicolon
| @@ -0,0 +1,5 @@ | |||
| package ru.mail.fancywork.model.fancyLib | |||
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)
| @@ -0,0 +1,36 @@ | |||
| package ru.mail.fancywork.model.fancyLib | |||
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)
|
|
||
| import android.content.Intent | ||
| import android.os.Bundle | ||
| import android.view.LayoutInflater |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Unused import
| // todo local auth | ||
| public fun loginWithoutGoogle(view: View) { | ||
| // todo open recycle view activity | ||
| public fun add(view:View){ |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Missing spacing after ":"
| public fun loginWithoutGoogle(view: View) { | ||
| // todo open recycle view activity | ||
| public fun add(view:View){ | ||
| //todo открыть активити просмотра вышивки |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Missing space after //
| @@ -0,0 +1,41 @@ | |||
| package ru.mail.fancywork.ui.primary | |||
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)
| import ru.mail.fancywork.databinding.WorkItemInRvBinding | ||
|
|
||
| class WorksListAdapter( | ||
| private var worksList: List<Int>//dataclasses |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Missing space before //
| import ru.mail.fancywork.databinding.WorkItemInRvBinding | ||
|
|
||
| class WorksListAdapter( | ||
| private var worksList: List<Int>//dataclasses |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Missing space after //
| with(worksList[position]) { | ||
| binding.name.text = "ВЫЩЩЩИВКА" | ||
| binding.difficulty.rating = 4F | ||
| var str = "размер: " + worksList[position] + "x" + worksList[position] + "\nцветов: 5" |
There was a problem hiding this comment.
[ktlint] reported by reviewdog 🐶
Exceeded max line length (100) (cannot be auto-corrected)
No description provided.