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)
Mon, Jan 6, 8:00 AM
Unknown Object (File)
Fri, Dec 13, 1:04 PM
Unknown Object (File)
Dec 6 2024, 12:57 PM
Unknown Object (File)
Dec 4 2024, 7:20 PM
Unknown Object (File)
Dec 2 2024, 11:18 AM
Unknown Object (File)
Nov 26 2024, 8:06 PM
Unknown Object (File)
Nov 21 2024, 9:49 PM
Unknown Object (File)
Nov 17 2024, 11:35 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