Skip to content

Commit b115d67

Browse files
committed
fix: Add strict override and import rules + ordering
1 parent b6ccc24 commit b115d67

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)