zed icon indicating copy to clipboard operation
zed copied to clipboard

Provide a mechanism to suppress lint warnings via comments

Open tstirrat15 opened this issue 3 months ago • 0 comments

This'd be similar to eslint // eslint-disable no-unused-vars-type comments, which indicate that the user is intentionally using a particular syntax. There are places where our recommendations make sense to ignore, such as the "arrow to permissions" lint rule in the google cloud iam schema.

tstirrat15 avatar Nov 07 '25 23:11 tstirrat15