Page MenuHomePhabricator

Extend `LINT_BRACE_FORMATTING` to warn on missing braces
ClosedPublic

Authored by joshuaspence on Sep 26 2014, 5:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 19, 11:47 PM
Unknown Object (File)
Sun, Jan 19, 11:43 PM
Unknown Object (File)
Tue, Jan 7, 9:17 PM
Unknown Object (File)
Mon, Dec 30, 6:37 AM
Unknown Object (File)
Dec 13 2024, 9:22 PM
Unknown Object (File)
Dec 11 2024, 1:27 PM
Unknown Object (File)
Dec 4 2024, 3:31 PM
Unknown Object (File)
Dec 4 2024, 9:41 AM
Subscribers

Details

Summary

Extend the ArcanistXHPASTLinter::LINT_BRACE_FORMATTING rule to raise a warning when n_STATEMENT is used without having n_STATEMENT_LIST as a parent. Essentially, this means that if ($x) { do_y(); } is preferred over if ($x) do_y();.

Test Plan

Added some test cases.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Extend `LINT_BRACE_FORMATTING` to warn on missing braces.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.

This should maybe be a separate linter rule.

epriestley edited edge metadata.
This revision is now accepted and ready to land.Oct 3 2014, 11:04 AM
This revision was automatically updated to reflect the committed changes.