Skip to content

feat: add ReentrancyGuard #322

feat: add ReentrancyGuard

feat: add ReentrancyGuard #322

Triggered via pull request May 27, 2024 17:34
@0xashu0xashu
synchronize #32
dev
Status Success
Total duration 17s
Artifacts

lint.yml

on: pull_request
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
lint (18): contracts/core/SharesFactoryV1.sol#L5
global import of path @openzeppelin/contracts/access/Ownable2Step.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint (18): contracts/core/SharesFactoryV1.sol#L6
global import of path @openzeppelin/contracts/security/ReentrancyGuard.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)