Skip to content

tool: support reinitializer in slither-check-upgradeability #3068

tool: support reinitializer in slither-check-upgradeability

tool: support reinitializer in slither-check-upgradeability #3068

Triggered via pull request August 23, 2024 12:43
Status Failure
Total duration 1m 34s
Artifacts

pylint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
Lint Code Base: slither/tools/upgradeability/checks/initialization.py#L21
R1714: Consider merging these comparisons with 'in' by using 'm.name in ('initializer', 'reinitializer')'. Use a set instead if elements are hashable. (consider-using-in)