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

False positive in rule vertical_parameter_alignment_on_call #4273

Closed
2 tasks done
Jeehut opened this issue Oct 3, 2022 · 1 comment
Closed
2 tasks done

False positive in rule vertical_parameter_alignment_on_call #4273

Jeehut opened this issue Oct 3, 2022 · 1 comment

Comments

@Jeehut
Copy link
Collaborator

Jeehut commented Oct 3, 2022

New Issue Checklist

Describe the bug

In the following code, the rule vertical_parameter_alignment_on_call is giving me a warning where I would not expect to see one:

.alert(
   "Purchase successful",
   isPresented: .constant(self.viewStore.successfulPurchaseDialogText != nil)
) {
   Button("Continue") {
      self.viewStore.send(.workflowCompleted)
   }
} message: {
   Text(self.viewStore.successfulPurchaseDialogText ?? "")
}

Environment

Version 0.49.1
Installed vie Homebrew

@Jeehut Jeehut changed the title False positive in rule `` False positive in rule vertical_parameter_alignment_on_call Oct 3, 2022
@417-72KI
Copy link
Contributor

417-72KI commented Oct 27, 2022

It seems to be dup #3581

@SimplyDanny SimplyDanny closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2022
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

No branches or pull requests

3 participants