solidity/test/.solhint.json
Mathias Baumann 7f6bb543a9 Fix deprecated option style for docCheck
solhint was updated and now warns about deprecated option values
2019-08-26 11:23:29 +02:00

8 lines
146 B
JSON

{
"extends": "solhint:default",
"plugins": [],
"rules": {
"compiler-fixed": "off",
"no-inline-assembly": "off"
}
}