solhint icon indicating copy to clipboard operation
solhint copied to clipboard

Gitignore syntax not fully supported

Open ddnexus opened this issue 2 years ago • 4 comments

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

ddnexus avatar Jun 11 '22 09:06 ddnexus