Skip to content

Feature с добавленными датаклассами#22

Open
HowToCodeWithPaws wants to merge 8 commits intomasterfrom
feature
Open

Feature с добавленными датаклассами#22
HowToCodeWithPaws wants to merge 8 commits intomasterfrom
feature

Conversation

@HowToCodeWithPaws
Copy link
Collaborator

No description provided.

@HowToCodeWithPaws HowToCodeWithPaws requested a review from 0xera as a code owner May 29, 2021 21:34
}

fun logOut() {
auth.logOut();

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
Unnecessary semicolon

@@ -0,0 +1,5 @@
package ru.mail.fancywork.model.fancyLib

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)

@@ -0,0 +1,36 @@
package ru.mail.fancywork.model.fancyLib

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
File must end with a newline (\n)


import android.content.Intent
import android.os.Bundle
import android.view.LayoutInflater

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
Unused import

// todo local auth
public fun loginWithoutGoogle(view: View) {
// todo open recycle view activity
public fun add(view:View){

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
Missing spacing after ":"

public fun loginWithoutGoogle(view: View) {
// todo open recycle view activity
public fun add(view:View){
//todo открыть активити просмотра вышивки

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
Missing space after //

@@ -0,0 +1,41 @@
package ru.mail.fancywork.ui.primary

Choose a reason for hiding this comment

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

[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

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
Missing space before //

import ru.mail.fancywork.databinding.WorkItemInRvBinding

class WorksListAdapter(
private var worksList: List<Int>//dataclasses

Choose a reason for hiding this comment

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

[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"

Choose a reason for hiding this comment

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

[ktlint] reported by reviewdog 🐶
Exceeded max line length (100) (cannot be auto-corrected)

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