Open FeBe95 opened 3 months ago
.env
FOO=bar # test
No problems are being reported, since this syntax is completely valid.
Squiggly line is added and "Line has trailing whitespace" is being reported.
Here are some references which should support my claim that:
this syntax is completely valid
# This is a comment SECRET_KEY=YOURSECRETKEYGOESHERE # comment SECRET_HASH="something-with-a-#-hash"
Steps to Reproduce
.env
FOO=bar # test
to the file's contentsExpected Result
No problems are being reported, since this syntax is completely valid.
Actual Result
Squiggly line is added and "Line has trailing whitespace" is being reported.
Sources
Here are some references which should support my claim that:
Example Code
Screenshot