Skip to content

Commit

Permalink
Deleted solhint-filtered.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mirooon committed Feb 25, 2025
1 parent fd42f8e commit d65e411
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 122 deletions.
2 changes: 1 addition & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"no-unused-vars": "error",
"one-contract-per-file": "off",
"payable-fallback": "error",
"reason-string": ["warn", { "maxLength": 64 }],
"reason-string": ["error", { "maxLength": 64 }],
"interface-starts-with-i": "error",
"const-name-snakecase": "error",
"constructor-syntax": "error",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
],
"*.sol": [
"prettier --write",
"bun run solhint-filtered.ts"
"solhint --noPrompt --fix"
]
}
}
120 changes: 0 additions & 120 deletions solhint-filtered.ts

This file was deleted.

0 comments on commit d65e411

Please sign in to comment.