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
{{ message }}
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
Absolute paths block micration to TSLint test format, since error message will depend on file location, and can't be universal across Windows/Linux/Mac OS.
File name/path should be in formatter output (I've checked all core formatters and they provide absolute path).
There are 3 rules that use absolute path in its erros:
export-namesource - use file base name - will be easy to compare.
missing-jsdocsource (already deprecated in this repo) - remove absolute path and change : to . at the end of error message.
react-no-dangerous-html - source - remove absolute path and of source file string before it.
What do you think? How critical to have absolute path here (especially last one)?
As for me - it will make error messages hard to read, because path can be too long.
In IDE I'm already in that file and in CI formatter will output path relative to