Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
F9612641: D2163.diff
Tue, Jun 10, 02:00
Unknown Object (File)
Sat, May 31, 09:52
Unknown Object (File)
Tue, May 20, 19:26
Unknown Object (File)
Tue, May 20, 19:26
Unknown Object (File)
Tue, May 20, 12:08
Unknown Object (File)
Tue, May 20, 07:23
Unknown Object (File)
Tue, May 20, 06:42
Unknown Object (File)
Mon, May 19, 17:28
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.