-
Notifications
You must be signed in to change notification settings - Fork 731
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
Code Style Change - Disable when arrow alignment #6126
Conversation
PR based off |
Why not basing this PR on |
I specifically mean conflicts with the changes on |
|
…ow-alignment # Conflicts: # matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/auth/registration/DefaultRegistrationWizard.kt # matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/crypto/keysbackup/DefaultKeysBackupService.kt # matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/room/summary/RoomSummaryDataSource.kt # matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/worker/MatrixWorkerFactory.kt # vector/src/main/java/im/vector/app/core/ui/views/ReadReceiptsView.kt # vector/src/main/java/im/vector/app/core/utils/TextUtils.kt # vector/src/main/java/im/vector/app/features/crypto/recover/BootstrapSharedViewModel.kt # vector/src/main/java/im/vector/app/features/crypto/verification/VerificationBottomSheetViewModel.kt # vector/src/main/java/im/vector/app/features/home/HomeActivity.kt # vector/src/main/java/im/vector/app/features/home/HomeActivityViewModel.kt # vector/src/main/java/im/vector/app/features/home/HomeDetailFragment.kt # vector/src/main/java/im/vector/app/features/home/room/detail/TimelineFragment.kt # vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/LiveLocationShareMessageItemFactory.kt # vector/src/main/java/im/vector/app/features/home/room/list/RoomListFragment.kt # vector/src/main/java/im/vector/app/features/home/room/list/RoomListSectionBuilderSpace.kt # vector/src/main/java/im/vector/app/features/home/room/list/RoomSummaryItemFactory.kt # vector/src/main/java/im/vector/app/features/onboarding/OnboardingViewModel.kt # vector/src/main/java/im/vector/app/features/onboarding/ftueauth/FtueAuthVariant.kt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, some files have conflict, should not be hard to fix to merge this PR.
Can you add a file (.misc
) for the changelog please? Thanks!
@@ -38,47 +38,53 @@ class WebviewPermissionUtilsTest { | |||
fun filterPermissionsToBeGranted_selectedAndGrantedNothing() { | |||
val permissions = utils.filterPermissionsToBeGranted( | |||
selectedWebPermissions = listOf(), | |||
androidPermissionResult = mapOf()) | |||
androidPermissionResult = mapOf() | |||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes on this file are OK, but out of scope of this PR (as a non-blocking remark)
This is where we see that the CI does not check the formatting. Previously enabled formatting rules are not always followed. It should be the next work to do on this subject.
(I have fixed the conflicts) |
…ow-alignment # Conflicts: # matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/GroupSyncHandler.kt # matrix-sdk-android/src/main/java/org/matrix/android/sdk/internal/session/sync/handler/room/RoomSyncHandler.kt # vector/src/main/java/im/vector/app/features/home/HomeActivity.kt # vector/src/main/java/im/vector/app/features/home/HomeActivityViewModel.kt # vector/src/main/java/im/vector/app/features/home/InitSyncStepFormatter.kt # vector/src/main/java/im/vector/app/features/home/room/detail/timeline/factory/MessageItemFactory.kt # vector/src/main/java/im/vector/app/features/home/room/detail/timeline/style/TimelineMessageLayoutFactory.kt # vector/src/main/java/im/vector/app/features/sync/widget/SyncStateView.kt
SonarCloud Quality Gate failed. |
Type of change
Content
Disables when arrow alignment
Motivation and context
Progresses #5644
Screenshots / GIFs
N/A
Tests
Tested devices
Checklist