Page MenuHomeDevCentral

Fix version regex
ClosedPublic

Authored by dereckson on Apr 22 2019, 08:03.
Tags
None
Referenced Files
F20410396: D2064.diff
Thu, Jan 8, 20:55
Unknown Object (File)
Sun, Dec 28, 00:32
Unknown Object (File)
Sat, Dec 27, 21:33
Unknown Object (File)
Sat, Dec 27, 14:43
Unknown Object (File)
Wed, Dec 24, 12:50
Unknown Object (File)
Mon, Dec 22, 22:08
Unknown Object (File)
Mon, Dec 22, 18:12
Unknown Object (File)
Mon, Dec 22, 02:44
Subscribers
None

Details

Summary

Allow to use version pinning with the multiline output
of shellcheck --version.

Test Plan

arc lint --everything

Diff Detail

Repository
rSCL ShellCheck linter for Arcanist
Lint
Lint Passed
Unit
No Test Coverage
Branch
dereka/fix-version-check
Build Status
Buildable 3215
Build 3464: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Apr 22 2019, 08:04

Can't repro directly through arc lint interaction the issue.

Probably best to add a unit test.

Without the fix

$ arc unit --everything
   FAIL  ArcanistShellCheckLinterTestCase::testGetVersion
Assertion failed, expected 'false' (at ArcanistShellCheckLinterTestCase.php:9): The version can't be extracted from the binary output.

With the fix

$ arc unit
   PASS   35ms★ ArcanistShellCheckLinterTestCase::testGetVersion
This revision was automatically updated to reflect the committed changes.