Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
F7916274: D2163.diff
Mon, May 5, 05:13
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
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 Passed
Unit
No Test Coverage
Branch
master
Build Status
Buildable 3364
Build 3613: arc lint + arc unit

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.