Adds functionality for patch-based configuration #2927
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors and 1 warning
[mypy] varats-core/varats/base/configuration.py#L446:
varats-core/varats/base/configuration.py#L446
error: Argument 1 to "filter" has incompatible type "Callable[[Any], Any]"; expected "Callable[[ConfigurationOption], TypeGuard[object]]" [arg-type]
|
[mypy] varats-core/varats/base/configuration.py#L446:
varats-core/varats/base/configuration.py#L446
error: "object" has no attribute "name" [attr-defined]
|
reviewdog
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|