You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of special targets as prerequisites (except .WAIT)
Use of prerequisites in inappropriate special target rules
Use of commands in inappropriate special target rules
This provides clearer error messages.
This somewhat simplifies the grammar.
However, any special targets which reject commands, cannot be linted so easily for use of the blank/reset semicolon (;) syntax. We could extend the AST with a boolean to indicate whether an inline command was used.
The text was updated successfully, but these errors were encountered:
mcandre
changed the title
move target/prerequisite validation for special targets to linter warnings
move more validation for special targets to linter warnings
Apr 27, 2023
.WAIT
)This provides clearer error messages.
This somewhat simplifies the grammar.
However, any special targets which reject commands, cannot be linted so easily for use of the blank/reset semicolon (
;
) syntax. We could extend the AST with a boolean to indicate whether an inline command was used.The text was updated successfully, but these errors were encountered: