Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
F10810830: D2163.id.diff
Sun, Jul 27, 12:21
F10806772: D2163.id5451.diff
Sun, Jul 27, 09:49
F10795253: D2163.id5452.diff
Sun, Jul 27, 02:04
F10783832: D2163.diff
Sat, Jul 26, 18:22
F10781169: D2163.id5451.diff
Sat, Jul 26, 16:29
Unknown Object (File)
Sat, Jul 26, 11:28
Unknown Object (File)
Fri, Jul 25, 15:50
Unknown Object (File)
Thu, Jul 10, 15:52
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.