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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
This is a valid ifneq block for a Makefile, but it is being evaluated as a shell function. There is no option to disable linting Makefile file types, so the errors keep popping up.
The text was updated successfully, but these errors were encountered:
The linter is matching (presumably on
$( ... )
) on irrelevant lines in a Makefile and then throwing errors.Example:
This is a valid
ifneq
block for a Makefile, but it is being evaluated as a shell function. There is no option to disable linting Makefile file types, so the errors keep popping up.The text was updated successfully, but these errors were encountered: