Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
F11674492: D2163.diff
Tue, Sep 9, 07:14
Unknown Object (File)
Sun, Sep 7, 12:06
Unknown Object (File)
Sun, Sep 7, 11:47
Unknown Object (File)
Mon, Sep 1, 02:26
Unknown Object (File)
Mon, Sep 1, 02:22
Unknown Object (File)
Tue, Aug 19, 15:51
Unknown Object (File)
Fri, Aug 15, 13:31
Unknown Object (File)
Mon, Aug 11, 08:11
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.