solhint
solhint copied to clipboard
False version warning by `gas-custom-errors` rule
Solhint throws GC: Invalid Solidity version gas-custom-errors
when pragma solidity >=0.8.19 <0.9.0;
is used. This seems to be a bug to me.