Skip to content

Commit

Permalink
Add issue
Browse files Browse the repository at this point in the history
  • Loading branch information
as3810t committed Nov 19, 2024
1 parent 350c56a commit 41a4739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/NftInvestmentFund.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ contract NftInvestmentFund is AccessControl, IERC721Receiver {

address public fundManager;

uint public dummy;

Check warning on line 16 in contracts/NftInvestmentFund.sol

View workflow job for this annotation

GitHub Actions / solhint

[solhint] contracts/NftInvestmentFund.sol#L16 <explicit-types>

Rule is set with explicit type [var/s: uint]
Raw output
{"level":"warning","locations":[{"physicalLocation":{"artifactLocation":{"index":4,"uri":"file:///home/runner/work/sme4dd-eth-lab2/sme4dd-eth-lab2/contracts/NftInvestmentFund.sol"},"region":{"startColumn":2,"startLine":16}}}],"message":{"text":"Rule is set with explicit type [var/s: uint]"},"ruleId":"explicit-types"}

string public name;
FundToken public fundToken;
uint256 public pricePerToken;
Expand Down

0 comments on commit 41a4739

Please sign in to comment.