Skip to content

fix: remove quote characters from empty dotenv values in .env.example #66

@coderabbitai

Description

@coderabbitai

Summary

All empty-string dotenv values in .env.example currently use quoted assignment (e.g., KEY=''), which triggers a QuoteCharacter warning from dotenv-linter. They should be changed to unquoted empty assignments (e.g., KEY=) to satisfy the linter.

Affected variables

All variables with ='' in .env.example, including (but not limited to):

  • DATA_CONTRACT_ID
  • RECIPIENT_ID
  • RECIPIENT_PLATFORM_ADDRESS
  • WITHDRAWAL_ADDRESS
  • DOCUMENT_ID
  • DISABLE_KEY_ID
  • NAME_LABEL
  • NFT_CONTRACT_ID
  • NFT_DOCUMENT_ID

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions