Currently the [file-whitespace linter](https://firefox-source-docs.mozilla.org/code-quality/lint/linters/file-whitespace.html) doesn't run for neither `.idl` nor `.webidl` files. We have at least one file in the tree with windows line endings, and lots with trailing space or extra lines. The fix for this, should be [similar to this patch](https://phabricator.services.mozilla.com/D161049), but for the file-whitespace linter.
Bug 1802288 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Currently the [file-whitespace linter](https://firefox-source-docs.mozilla.org/code-quality/lint/linters/file-whitespace.html) doesn't run for neither `.idl` nor `.webidl` files. We have at least one file in the tree with windows line endings, and lots with trailing space or extra lines. The fix for this on the tester part should be [similar to this patch](https://phabricator.services.mozilla.com/D161049), but for the file-whitespace linter. There will need to be an additional patch to fix all the current issues (which should be able to be automatically fixed with the linter).