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

feat: update dependencies #68

Merged
merged 2 commits into from
Aug 31, 2024
Merged

feat: update dependencies #68

merged 2 commits into from
Aug 31, 2024

Conversation

kaleidot725
Copy link
Owner

No description provided.

@@ -49,13 +49,10 @@ fun DevicePager(
.padding(8.dp)

Choose a reason for hiding this comment

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

⚠️ Missing trailing comma before ")"

Copy link

452 Warnings
⚠️ src/main/kotlin/ScrcpyHub.kt#L24 - A multiline expression should start on a new line
⚠️ src/main/kotlin/ScrcpyHub.kt#L24 - Newline expected before expression body
⚠️ src/main/kotlin/ScrcpyHub.kt#L39 - Argument should be on a separate line (unless all arguments can fit a single line)
⚠️ src/main/kotlin/ScrcpyHub.kt#L44 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L50 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L56 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L64 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L70 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L77 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L79 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L91 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L96 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L104 - Missing trailing comma before ")"
⚠️ src/main/kotlin/ScrcpyHub.kt#L109 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/command/AdbCommandCreator.kt#L4 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/command/ScrcpyCommand.kt#L14 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/command/ScrcpyCommand.kt#L14 - Parameter should start on a newline
⚠️ src/main/kotlin/model/command/ScrcpyCommand.kt#L14 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/command/ScrcpyCommand.kt#L31 - A multiline expression should start on a new line
⚠️ src/main/kotlin/model/command/ScrcpyCommandCreator.kt#L100 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/command/ScrcpyCommandCreator.kt#L100 - Parameter should start on a newline
⚠️ src/main/kotlin/model/command/ScrcpyCommandCreator.kt#L100 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/di/Module.kt#L42 - A multiline expression should start on a new line
⚠️ src/main/kotlin/model/di/Module.kt#L61 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/di/Module.kt#L152 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/entity/Device.kt#L44 - Missing trailing comma before "}"
⚠️ src/main/kotlin/model/entity/Message.kt#L8 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L9 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L10 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L11 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L12 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L13 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L14 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Message.kt#L19 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/entity/Setting.kt#L17 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/entity/Theme.kt#L9 - Missing trailing comma before "}"
⚠️ src/main/kotlin/model/repository/DeviceRepository.kt#L35 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/repository/DeviceRepository.kt#L35 - Parameter should start on a newline
⚠️ src/main/kotlin/model/repository/DeviceRepository.kt#L35 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/repository/DeviceRepository.kt#L37 - A multiline expression should start on a new line
⚠️ src/main/kotlin/model/repository/DeviceRepository.kt#L39 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L17 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L22 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L23 - Expected a blank line for this declaration
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L27 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L31 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L31 - Parameter should start on a newline
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L31 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L47 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L79 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L79 - Parameter should start on a newline
⚠️ src/main/kotlin/model/repository/ProcessRepository.kt#L79 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/usecase/CheckSetupStatusUseCase.kt#L13 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/GetErrorMessageFlowUseCase.kt#L8 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/GetNotifyMessageFlowUseCase.kt#L8 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/GetScrcpyStatusUseCase.kt#L8 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/SaveScreenshotUseCase.kt#L16 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/SaveScreenshotUseCase.kt#L27 - A multiline expression should start on a new line
⚠️ src/main/kotlin/model/usecase/SaveScreenshotUseCase.kt#L49 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/usecase/SaveScreenshotUseCase.kt#L49 - Parameter should start on a newline
⚠️ src/main/kotlin/model/usecase/SaveScreenshotUseCase.kt#L49 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/usecase/SaveScreenshotUseCase.kt#L50 - A multiline expression should start on a new line
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L17 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L19 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L19 - Parameter should start on a newline
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L19 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L57 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L57 - Parameter should start on a newline
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L57 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/usecase/StartScrcpyRecordUseCase.kt#L58 - A multiline expression should start on a new line
⚠️ src/main/kotlin/model/usecase/StartScrcpyUseCase.kt#L13 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/StartScrcpyUseCase.kt#L15 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/model/usecase/StartScrcpyUseCase.kt#L15 - Parameter should start on a newline
⚠️ src/main/kotlin/model/usecase/StartScrcpyUseCase.kt#L15 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/model/usecase/StopScrcpyRecordUseCase.kt#L10 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/StopScrcpyUseCase.kt#L10 - Missing trailing comma before ")"
⚠️ src/main/kotlin/model/usecase/UpdateSettingUseCase.kt#L7 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContent.kt#L29 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/MainContent.kt#L29 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/view/MainContent.kt#L29 - Parameter should start on a newline
⚠️ src/main/kotlin/view/MainContent.kt#L29 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/view/MainContent.kt#L44 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/MainContent.kt#L44 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/view/MainContent.kt#L44 - Parameter should start on a newline
⚠️ src/main/kotlin/view/MainContent.kt#L44 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/view/MainContent.kt#L58 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContent.kt#L65 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContent.kt#L73 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContent.kt#L86 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContent.kt#L94 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContent.kt#L109 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContentStateHolder.kt#L22 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainContentStateHolder.kt#L30 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/MainContentStateHolder.kt#L32 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/MainWindow.kt#L17 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/MainWindow.kt#L21 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/MainWindow.kt#L35 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/common/ElapsedTimeCalculator.kt#L7 - Newline expected after opening parenthesis
⚠️ src/main/kotlin/view/common/ElapsedTimeCalculator.kt#L7 - Parameter should start on a newline
⚠️ src/main/kotlin/view/common/ElapsedTimeCalculator.kt#L7 - Newline expected before closing parenthesis
⚠️ src/main/kotlin/view/components/AppSetting.kt#L30 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/AppSetting.kt#L41 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L47 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/AppSetting.kt#L52 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L60 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L71 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L79 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L87 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L99 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L107 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L115 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L123 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/AppSetting.kt#L138 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L19 - Unused import
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L33 - Unused import
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L47 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L56 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L90 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L99 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L108 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L114 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L120 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L127 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L131 - Missing spacing after "{"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L133 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L143 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L151 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L168 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L180 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L192 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L200 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L217 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L229 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceCard.kt#L241 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceList.kt#L23 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/DeviceList.kt#L37 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/DeviceList.kt#L40 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceList.kt#L52 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DeviceList.kt#L59 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DevicePager.kt#L34 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/DevicePager.kt#L45 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/DevicePager.kt#L65 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DevicePager.kt#L74 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/DevicePager.kt#L79 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/DevicePager.kt#L83 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L25 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L35 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L36 - Missing { … }
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L38 - Missing { … }
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L44 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L46 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L50 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L51 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L55 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L56 - Missing { … }
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L58 - Missing { … }
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L64 - A multiline expression should start on a new line
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L66 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L73 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L78 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L84 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L89 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L98 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L104 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L109 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L118 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L124 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L129 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L138 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/components/ScrcpyButtons.kt#L144 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/navigation/Navigation.kt#L7 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/navigation/Navigation.kt#L8 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePage.kt#L12 - Function name should start with a lowercase letter (except factory methods) and use camel case
⚠️ src/main/kotlin/view/pages/device/DevicePage.kt#L15 - Missing trailing comma before ")"
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L7 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L8 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L9 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L10 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L11 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L12 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L13 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L14 - Expected a blank line for this declaration
⚠️ src/main/kotlin/view/pages/device/DevicePageAction.kt#L17 - Expected a blank line for this declaration
⚠️ Danger found 452 violations with this PR. Due to GitHub's max issue comment size, the number shown has been truncated to 183.

Generated by 🚫 Danger

@kaleidot725 kaleidot725 merged commit 5b469d5 into master Aug 31, 2024
2 checks passed
@kaleidot725 kaleidot725 deleted the develop branch August 31, 2024 08:26
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