Page MenuHomePhabricator

Fix a false negative in lint for "xsprintf()"-family functions
ClosedPublic

Authored by epriestley on Sep 5 2020, 12:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 8:15 AM
Unknown Object (File)
Sat, Apr 20, 12:03 AM
Unknown Object (File)
Thu, Apr 18, 8:21 AM
Unknown Object (File)
Fri, Mar 29, 6:07 AM
Unknown Object (File)
Mar 27 2024, 2:01 AM
Unknown Object (File)
Mar 12 2024, 7:14 PM
Unknown Object (File)
Mar 6 2024, 8:18 AM
Unknown Object (File)
Mar 5 2024, 1:15 PM
Subscribers
None

Details

Summary

Ref T13577. This lint rule correctly detects the error in pht('x %s y') but the narrow test for n_STRING_SCALAR prevents it from detecting the error in pht('x %s y'.'z').

Make the test broader.

Test Plan
  • Ran arc lint on HTTPSFuture.php, got a detection of the issue in T13577.
  • Added a failing test and made it pass.

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline