Skip to content

support ignore directives to skip linting errors #4047

Open
johntdyer wants to merge 2 commits into
keesschollaart81:devfrom
johntdyer:ignore-directives
Open

support ignore directives to skip linting errors #4047
johntdyer wants to merge 2 commits into
keesschollaart81:devfrom
johntdyer:ignore-directives

Conversation

@johntdyer
Copy link
Copy Markdown

attempt to support support #840

Please note, I do not know TS at all, this was largely vibe coded via claude and tested on my home system. It seemed to work as expected

johntdyer and others added 2 commits April 23, 2026 12:34
Adds cSpell-inspired comment directives to silence false-positive
warnings for entities, areas, devices, floors, labels, actions,
and secrets that exist remotely or are not yet created.

Supported directives:
  # homeassistant:ignore <id1>, <id2>  (file-wide by ID)
  # homeassistant:disable-next-line
  # homeassistant:disable-line  (inline)
  # homeassistant:disable / # homeassistant:enable  (range)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant