Page MenuHomePhabricator

Add a linter rule for declaring nested functions
ClosedPublic

Authored by joshuaspence on Apr 13 2015, 10:50 AM.
Tags
None
Referenced Files
F14080143: D12389.id29737.diff
Fri, Nov 22, 11:42 AM
F14080142: D12389.id29784.diff
Fri, Nov 22, 11:42 AM
F14080141: D12389.id29735.diff
Fri, Nov 22, 11:41 AM
Unknown Object (File)
Tue, Nov 12, 5:59 AM
Unknown Object (File)
Sat, Nov 9, 8:33 PM
Unknown Object (File)
Sat, Nov 9, 5:56 PM
Unknown Object (File)
Wed, Oct 30, 6:43 AM
Unknown Object (File)
Sun, Oct 27, 6:08 PM
Subscribers

Details

Summary

Ref T7409. Adds ArcanistXHPASTLinter::LINT_INNER_FUNCTION to advise against declaring PHP functions within an outer function. Based on Squiz_Sniffs_PHP_InnerFunctionsSniff.

Test Plan

Added unit tests.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Add a linter rule for declaring nested functions.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
joshuaspence edited edge metadata.

Better detection of closures

epriestley edited edge metadata.

"Rocks are heavy and rigid. Avoid hitting yourself in the face with a rock."

This revision is now accepted and ready to land.Apr 13 2015, 2:27 PM
This revision was automatically updated to reflect the committed changes.