Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 07:55
Unknown Object (File)
Thu, Oct 31, 11:05
Unknown Object (File)
Oct 17 2024, 04:45
Unknown Object (File)
Oct 17 2024, 03:19
Unknown Object (File)
Oct 16 2024, 19:59
Unknown Object (File)
Oct 16 2024, 19:18
Unknown Object (File)
Oct 15 2024, 13:45
Unknown Object (File)
Oct 15 2024, 11:09
Subscribers
None

Details

Summary

Phan now provides a plugin to detect \r, trailing spaces and tabs.

Test Plan
$ echo "  " > src/foo.php
$ phan
src/foo.php:1 PhanPluginWhitespaceTrailing The first occurrence of trailing whitespace was seen here.

Diff Detail

Repository
rKOT Keruald OmniTools
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Jan 28 2020, 09:32
This revision was automatically updated to reflect the committed changes.