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)
Tue, Jan 21, 9:52 AM
Unknown Object (File)
Sun, Jan 19, 10:24 PM
Unknown Object (File)
Sun, Jan 19, 5:41 PM
Unknown Object (File)
Thu, Jan 2, 8:06 PM
Unknown Object (File)
Tue, Dec 31, 8:22 PM
Unknown Object (File)
Sat, Dec 28, 3:55 PM
Unknown Object (File)
Wed, Dec 25, 1:58 PM
Unknown Object (File)
Dec 16 2024, 4:15 AM
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