We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f93c7 commit 8c95765Copy full SHA for 8c95765
.solhint.json
@@ -15,6 +15,7 @@
15
"not-rely-on-time": "off",
16
"no-unused-vars": "warn",
17
"quotes": ["error", "double"],
18
+ "reason-string": "off",
19
"var-name-mixedcase": "off",
20
"visibility-modifier-order": "off"
21
}
0 commit comments