The Wayback Machine - https://web.archive.org/web/20201130073637/https://github.com/topics/env
Skip to content
#

env

Here are 623 public repositories matching this topic...

dotenv-linter
mgrachev
mgrachev commented Nov 26, 2020

Example:

# .env
test

Actual behavior:

If we run dotenv-linter against a .env file with the test key, we will see only one warning:

$ dotenv-linter .env
Checking .env
.env:1 KeyWithoutValue: The test key should be with a value or have an equal sign

Found 1 problem

If we fix that file and run check again, we will see another warning:

$ 

Improve this page

Add a description, image, and links to the env topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the env topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.