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
Current behavior is essentially ignoring bad values to --except. They are assumed to be valid and never checked. The result of passing an unknown rule to --except is the same as just not specifying the arg at all. Is this desired behavior?
The text was updated successfully, but these errors were encountered:
I'd probably go with a warning. It's worth noting to the user that a specified rule doesn't exist, but I don't think it's necessarily an error.
Should it just be prepended to the list of printed diagnostics? I assume that if we don't consider it an error, we'll continue with the full lint analysis. That would be a special case, as I don't think sprocket currently emits any diagnostics of its own.
Current behavior is essentially ignoring bad values to
--except
. They are assumed to be valid and never checked. The result of passing an unknown rule to--except
is the same as just not specifying the arg at all. Is this desired behavior?The text was updated successfully, but these errors were encountered: