JoshuaKGoldberg / TSLint.MSBuild

[Deprecated] An MSBuild task for running TSLint.
https://www.nuget.org/packages/TSLint.MSBuild
MIT License
15 stars 13 forks source link

Investigate transforming file paths into their absolute equivalents #8

Closed JoshuaKGoldberg closed 8 years ago

JoshuaKGoldberg commented 8 years ago

If running from C:\Code\MySolution\MyProject and including C:\Code\MySolution\MyProject\Scripts\MyFile.ts, the file will be known as Scripts\MyFile.ts rather than the full path. It's not currently (known to be) causing any bugs but it would probably be good to make it absolute in the .txt listing.

JoshuaKGoldberg commented 8 years ago

Note: this will have to stop looking at the solution root, since above that is sacred ground.