Skip to content

Commit d3786f0

Browse files
authored
Merge pull request #90 from AztecProtocol/lh/strict-interface-rules
fix: Add strict override and import rules + ordering
2 parents 1cac572 + b115d67 commit d3786f0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.solhint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"private-vars-no-leading-underscore": ["warn"],
1313
"func-param-name-leading-underscore": ["warn"],
1414
"func-param-name-mixedcase": ["warn"],
15-
"custom-error-over-require": ["warn"]
15+
"custom-error-over-require": ["warn"],
16+
"strict-override": ["warn"],
17+
"strict-import": ["warn"],
18+
"ordering": ["warn"]
1619
}
1720
}

0 commit comments

Comments
 (0)