Artem Medvedev
Artem Medvedev
No, feel free to take on this task! Thank you!🙏
To actualize the state: We still need to cover undocumented modules. But there is no need to document all of them at once. I'm happy to accept PRs with documentation...
I think it's because `$QF4BkDLGvpAQg2` might be a substitution and that seems to be expected condition: https://github.com/dotenv-linter/dotenv-linter/blob/3b28960d33296ad92ca8806fe16b6d1850387db2/dotenv-linter/src/checks/quote_character.rs#L26-L29 + test: https://github.com/dotenv-linter/dotenv-linter/blob/3b28960d33296ad92ca8806fe16b6d1850387db2/dotenv-linter/src/checks/quote_character.rs#L82
The `QuoteCharacterChecker` determines if a value uses quote characters without a reason or not, regardless of whether the quotes are single (`'`) or double (`"`). It returns a warning if...
Hi and thank you for the contribution! Just a nitpick: I would consider this as a `feature` rather than `fix`. Because we introduce support for alternative syntax.
Hi @ro0NL 👋 First of all, requested changes must be applied: https://github.com/dotenv-linter/dotenv-linter/pull/786#discussion_r1625691842 Otherwise the PR will introduce another issue. @R11baka any chance you will take a look / work on...
I guess it can be closed now as well as #799? Thank you @sunli829 !
Hm, right, that makes sense in terms of OAI spec. Thanks for the reference So I guess `format` can be preserved, but what do you think of producing `minimum` +...