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

Remove UseAuthHelperOverFacade linter and formatter #351

Merged
merged 3 commits into from
Jan 5, 2024

Conversation

driftingly
Copy link
Member

@driftingly driftingly commented Dec 16, 2023

Edit: Removing rule.
Closes #349

This PR removes the blade compiler usage from the UseAuthHelperOverFacade linter and formatter.

The compiler runs into issues on custom blade macros. See #349

There is no way to add support for these custom macros, so I'm removing the blade compiler and support for blade code from this rule.

I would be happy if we removed this rule, I don't mind using facades.

@mattstauffer
Copy link
Member

@driftingly Yah let's just drop this one. It was Taylor's preference for a while but I think that preference has gone away.

@mattstauffer
Copy link
Member

Sorry, i mean, remove this rule.

@driftingly driftingly changed the title Remove the blade complier Remove UseAuthHelperOverFacade linter and formatter Jan 5, 2024
@driftingly driftingly merged commit 9471884 into main Jan 5, 2024
19 checks passed
@driftingly driftingly deleted the drift/remove-blade-compiler branch January 5, 2024 18:23
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.

Using @else in custom @if statements fails tlint
2 participants