Skip to content

Int format is not valid if .env file includes white spaces #46

Closed
@arielj

Description

@arielj

Version, Branch, or Commit:

Main branch

Expected behavior:

As a developer, I would expect a variable configured like this would be valid in the .env file:

SOME_INT=25                               #format=int

Actual behavior:

It currently fails, the variable must be:

SOME_INT=25

I will abide by the code of conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions