Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 29, 07:11
Unknown Object (File)
Fri, Apr 25, 23:10
Unknown Object (File)
Thu, Apr 24, 00:40
Unknown Object (File)
Mon, Apr 21, 21:29
Unknown Object (File)
Mon, Apr 21, 13:32
Unknown Object (File)
Mon, Apr 21, 09:33
Unknown Object (File)
Sun, Apr 20, 21:47
Unknown Object (File)
Sun, Apr 20, 21:41
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.