Skip to content

Commit

Permalink
chore: remove max-line-length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
petejkim committed Mar 2, 2022
1 parent 41b9a8f commit 7b1222a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"const-name-snakecase": "off",
"constructor-syntax": "error",
"func-visibility": ["error", { "ignoreConstructors": true }],
"max-line-length": ["error", 120],
"max-line-length": "off",
"not-rely-on-time": "off",
"prettier/prettier": [
"error",
Expand Down

0 comments on commit 7b1222a

Please sign in to comment.