Page MenuHomeDevCentral

Detect whitespaces issue with Phan
ClosedPublic

Authored by dereckson on Jan 28 2020, 09:31.
Tags
None
Referenced Files
F3750800: D2163.diff
Sun, Nov 17, 03:42
Unknown Object (File)
Sat, Nov 9, 07:55
Unknown Object (File)
Thu, Oct 31, 11:05
Unknown Object (File)
Oct 17 2024, 04:45
Unknown Object (File)
Oct 17 2024, 03:19
Unknown Object (File)
Oct 16 2024, 19:59
Unknown Object (File)
Oct 16 2024, 19:18
Unknown Object (File)
Oct 15 2024, 13:45
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.