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
Unknown Object (File)
Thu, Apr 25, 3:45 AM
Unknown Object (File)
Wed, Apr 10, 10:25 PM
Unknown Object (File)
Tue, Apr 2, 10:35 AM
Unknown Object (File)
Mar 17 2024, 4:02 AM
Unknown Object (File)
Mar 10 2024, 6:11 AM
Unknown Object (File)
Mar 6 2024, 2:54 PM
Unknown Object (File)
Feb 10 2024, 9:16 AM
Unknown Object (File)
Jan 29 2024, 10:43 AM
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.