mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix deprecated option style for docCheck
solhint was updated and now warns about deprecated option values
This commit is contained in:
parent
bb104546e1
commit
7f6bb543a9
@ -2,7 +2,7 @@
|
||||
"extends": "solhint:default",
|
||||
"plugins": [],
|
||||
"rules": {
|
||||
"compiler-fixed": false,
|
||||
"no-inline-assembly": false
|
||||
"compiler-fixed": "off",
|
||||
"no-inline-assembly": "off"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user