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)
Jun 5 2025, 4:25 PM
Unknown Object (File)
May 10 2025, 12:27 PM
Unknown Object (File)
May 9 2025, 11:18 AM
Unknown Object (File)
May 8 2025, 3:09 AM
Unknown Object (File)
Apr 24 2025, 10:33 AM
Unknown Object (File)
Apr 9 2025, 6:04 PM
Unknown Object (File)
Apr 5 2025, 12:16 PM
Unknown Object (File)
Apr 4 2025, 10:56 AM
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