Skip to content

Commit f373c53

Browse files
committed
chore: add external to files to ignore for linting
1 parent e5876a6 commit f373c53

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.solhintignore

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
// Doesn't need to lint dev files
1+
# Doesn't need to lint dev files
22
lib
33
scripts
44
test
55
mock
66
deprecated
77

8-
// Doesn't need to lint build files
8+
# Doesn't need to lint build files
99
artifacts
1010
node_modules
1111
cache-forge
1212
cache-hh
1313
export
1414
out
15-
typechain
15+
typechain
16+
17+
# Doesn't need to lint utils files
18+
external

0 commit comments

Comments
 (0)