solhint
solhint copied to clipboard
solidity >= 0.7.4 - free functions visibility
Solidity greater than 0.7.4 allows you to have file-level function definitions.
Solidity forces you not to give them a visibility modifier because they are always pure by default.
solhint still complains about visibility modifier specification for such solidity function definition files.