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",
|
"extends": "solhint:default",
|
||||||
"plugins": [],
|
"plugins": [],
|
||||||
"rules": {
|
"rules": {
|
||||||
"compiler-fixed": false,
|
"compiler-fixed": "off",
|
||||||
"no-inline-assembly": false
|
"no-inline-assembly": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user