Page MenuHomePhabricator

Add a hook method that is called before `ArcanistLinter::getLinterConfigurationOptions`
Needs ReviewPublic

Authored by joshuaspence on May 24 2019, 4:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Feb 9, 10:13 AM
Unknown Object (File)
Sun, Feb 2, 8:56 AM
Unknown Object (File)
Jan 25 2025, 11:27 AM
Unknown Object (File)
Jan 21 2025, 2:17 AM
Unknown Object (File)
Jan 17 2025, 5:41 PM
Unknown Object (File)
Jan 15 2025, 7:32 PM
Unknown Object (File)
Jan 6 2025, 8:00 AM
Unknown Object (File)
Dec 13 2024, 1:04 PM
Subscribers

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Summary

I am writing a third-party linter which allows different configuration options depending on the value of one specific configuration option. This diff adds a ArcanistLinter::willSetLinterConfiguration hook method that is called before ArcanistLinter::getLinterConfigurationOptions to facilitate this type of functionality.

Test Plan

N/A

Diff Detail

Repository
rARC Arcanist
Branch
lint6
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 22911
Build 31431: Run Core Tests
Build 31430: arc lint + arc unit

Event Timeline

src/lint/linter/ArcanistLinter.php
490

Alternative method names:

  • willSetLinterConfigurationOptions
  • willSetLinterConfigurationValues