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
+2 -2
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"
}
}