mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7300 from ethereum/fix-docCheck
Fix deprecated option style for docCheck
This commit is contained in:
commit
d47863ef35
@ -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