-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: linter and remove some test mocks #1168
chore: linter and remove some test mocks #1168
Conversation
"custom-errors": "off" | ||
"custom-errors": "off", | ||
"func-named-parameters": ["error", 7], | ||
"reason-string": ["warn", {"maxLength": 64}] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we plan to shorten error messages later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See qu on solhint
@@ -6,9 +6,11 @@ import {LibERC1155LazyMint} from "../erc-1155/LibERC1155LazyMint.sol"; | |||
import {ECDSAUpgradeable} from "@openzeppelin/contracts-upgradeable/utils/cryptography/ECDSAUpgradeable.sol"; | |||
import {EIP712Upgradeable} from "@openzeppelin/contracts-upgradeable/utils/cryptography/draft-EIP712Upgradeable.sol"; | |||
|
|||
// TODO: ERC1155 or ERC721 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ERC1155 ?
59383a4
into
feat/remove-backend-signature
Description
linter and remove some test mocks