Merge pull request #7300 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", "extends": "solhint:default",
"plugins": [], "plugins": [],
"rules": { "rules": {
"compiler-fixed": false, "compiler-fixed": "off",
"no-inline-assembly": false "no-inline-assembly": "off"
} }
} }