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 23, 16:07
Unknown Object (File)
Sun, Apr 21, 21:05
Unknown Object (File)
Fri, Apr 19, 16:01
Unknown Object (File)
Fri, Apr 19, 14:04
Unknown Object (File)
Thu, Apr 18, 01:02
Unknown Object (File)
Mon, Apr 15, 23:53
Unknown Object (File)
Mon, Apr 15, 23:53
Unknown Object (File)
Mon, Apr 15, 23: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.