Skip to content

Commit

Permalink
chore: disable solhint rule "immutable-vars-naming"
Browse files Browse the repository at this point in the history
chore: disable solhint rule "no-global-import"
  • Loading branch information
scorpion9979 committed Nov 7, 2023
1 parent 55eb5d2 commit 2248ed1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"constructor-syntax": "error",
"func-name-mixedcase": "off",
"func-visibility": ["error", { "ignoreConstructors": true }],
"immutable-vars-naming": "off",
"max-line-length": ["error", 120],
"no-global-import": "off",
"not-rely-on-time": "off",
"prettier/prettier": [
"error",
Expand Down
2 changes: 2 additions & 0 deletions packages/flash-swap/.solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"constructor-syntax": "error",
"func-name-mixedcase": "off",
"func-visibility": ["error", { "ignoreConstructors": true }],
"immutable-vars-naming": "off",
"max-line-length": ["error", 120],
"no-global-import": "off",
"not-rely-on-time": "off",
"prettier/prettier": [
"error",
Expand Down

0 comments on commit 2248ed1

Please sign in to comment.