aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/.solhint.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/.solhint.json')
-rw-r--r--contracts/.solhint.json21
1 files changed, 0 insertions, 21 deletions
diff --git a/contracts/.solhint.json b/contracts/.solhint.json
deleted file mode 100644
index 3090d981a..000000000
--- a/contracts/.solhint.json
+++ /dev/null
@@ -1,21 +0,0 @@
-{
- "extends": "default",
- "rules": {
- "avoid-low-level-calls": false,
- "avoid-tx-origin": "warn",
- "bracket-align": false,
- "code-complexity": false,
- "compiler-fixed": false,
- "const-name-snakecase": "error",
- "expression-indent": "error",
- "function-max-lines": false,
- "func-order": "error",
- "indent": ["error", 4],
- "max-line-length": ["warn", 160],
- "no-inline-assembly": false,
- "quotes": ["error", "double"],
- "separate-by-one-line-in-contract": "error",
- "space-after-comma": "error",
- "statement-indent": "error"
- }
-}