diff --git a/.solhint.json b/.solhint.json index cc5eb1f6..94f58b24 100644 --- a/.solhint.json +++ b/.solhint.json @@ -12,6 +12,7 @@ "ordering": "warn", "immutable-name-snakecase": "warn", "avoid-low-level-calls": "off", - "no-console": "off" + "no-console": "off", + "max-line-length": ["warn", 120] } } diff --git a/.solhint.tests.json b/.solhint.tests.json index 028b56d1..e208b5f4 100644 --- a/.solhint.tests.json +++ b/.solhint.tests.json @@ -19,6 +19,7 @@ "ordering": "warn", "immutable-name-snakecase": "warn", "avoid-low-level-calls": "off", - "one-contract-per-file": "off" + "one-contract-per-file": "off", + "max-line-length": ["warn", 120] } }