Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 21, 13:38
Unknown Object (File)
Sun, Feb 16, 04:02
Unknown Object (File)
Fri, Feb 14, 12:23
Unknown Object (File)
Fri, Feb 14, 11:35
Unknown Object (File)
Fri, Feb 14, 08:24
Unknown Object (File)
Tue, Feb 11, 19:17
Unknown Object (File)
Mon, Feb 10, 11:35
Unknown Object (File)
Sun, Feb 9, 09:02
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.