intel/dml-language-server

Need a way to ignore errors in DML files similar to other languages

Closed this issue · 0 comments

We need a DML lint feature to ignore entire file - file scope is highest priority, and would be nice to ignore specific lines (could be optional though).
Examples:
https://flake8.pycqa.org/en/3.1.1/user/ignoring-errors.html#ignoring-entire-files

# flake8: noqa E251
# flake8: noqa E501

https://cmake-format.readthedocs.io/en/latest/lint-inline.html#disable

# cmake-lint: disable=C0301