solhint
solhint copied to clipboard
Gitignore syntax not fully supported
To ignore files that do not require validation you can use a
.solhintignore
file. It supports rules in the.gitignore
format.
The pattern to ignore a dir excluding specific files in .gitignore
does not seem to work:
*
!not-this-file.sol