Merge pull request from ethereum/fix-docCheck

Fix deprecated option style for docCheck
This commit is contained in:
Erik K 2019-08-26 12:23:03 +02:00 committed by GitHub
commit d47863ef35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"extends": "solhint:default",
"plugins": [],
"rules": {
"compiler-fixed": false,
"no-inline-assembly": false
"compiler-fixed": "off",
"no-inline-assembly": "off"
}
}