fastruby / dotenv_validator

This gem check if required env variables are present and its format using the .env and .env.sample files from Dotenv.
https://www.fastruby.io/blog/open-source/introducing-dotenv-validator.html
MIT License
50 stars 4 forks source link

[REQUEST] A bool format #34

Closed fbuys closed 3 years ago

fbuys commented 3 years ago

IMPORTANT: please make sure you ask yourself all intro questions and fill all sections of the template.

Before we start...:

Branch/Commit:

4aba84453a3ff10c137c0414fe93e82ffd795939

Describe the feature:

Please include a detailed description of the feature you are requesting and any detail on it’s expected behavior.

As a developer I add boolean (TRUE/FALSE) values to my .env.sample file And I would like to use a bool format

Problem:

Please include a detailed description of the problem this feature would solve.

As a developer I want to use a boolean format So that I don't have to set a regex or string format every time I use a bool

I will abide by the code of conduct