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)
Mon, Dec 30, 6:37 AM
Unknown Object (File)
Fri, Dec 13, 9:22 PM
Unknown Object (File)
Wed, Dec 11, 1:27 PM
Unknown Object (File)
Dec 4 2024, 3:31 PM
Unknown Object (File)
Dec 4 2024, 9:41 AM
Unknown Object (File)
Dec 1 2024, 3:33 AM
Unknown Object (File)
Nov 28 2024, 11:50 PM
Unknown Object (File)
Nov 27 2024, 7:36 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.