Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 16, 16:34
Unknown Object (File)
Thu, Dec 12, 13:00
Unknown Object (File)
Thu, Dec 12, 06:34
Unknown Object (File)
Wed, Dec 11, 09:14
Unknown Object (File)
Thu, Dec 5, 15:32
Unknown Object (File)
Thu, Dec 5, 14:27
Unknown Object (File)
Thu, Dec 5, 13:00
Unknown Object (File)
Wed, Dec 4, 16:40
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.