This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Unexpected error - blade views #8
Labels
Comments
Can you execute the command with the verbose flag, e.g. |
Seeing a similar problem, here's my output.
If I run it manually specifying
|
Can you execute the command with the verbose flag, php artisan lint:blade -v? |
|
I also ran the (working) dot syntax on one of the failed files listed with the
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When running
php artisan lint:blade
I see an "Unexpected error" next to each blade file.Executed command
php artisan lint:blade
CLI output
[a whole lot of views with the same error]
Invalid vale output.
(teamwork.index) Unexpected error.
Invalid vale output.
(teamwork.emails.invite) Unexpected error.
Invalid vale output.
(teamwork.edit) Unexpected error.
Invalid vale output.
367/367 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% 1 sec(teamwork.create) Unexpected error.
Invalid vale output.
✅ No errors, warnings or suggestions found.
Applied styles: WriteGood, Vale
🏁 Finished linting in 1 seconds.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and further data
View are found a resources/views//.blade.php
System
Additional context
The error doesn't arise when using lint:translation
The text was updated successfully, but these errors were encountered: