dotenv-linter:像对待吊饰一样整理dotenv文件!

时间:2024-02-19 13:59:01
【文件属性】:

文件名称:dotenv-linter:像对待吊饰一样整理dotenv文件!

文件大小:129KB

文件格式:ZIP

更新时间:2024-02-19 13:59:01

dotenv linting linter code-quality dotenv-parser

杜滕夫林特 .env文件的简单.env 。 虽然.env文件非常简单,但需要使它们保持一致。 该工具提供了广泛的一致性规则和最佳实践。 而且它可以完美地集成到任何现有工作流程中。 阅读。 安装及使用 pip install dotenv-linter 然后运行它: dotenv-linter .env .env.template 有关更多信息,请参见部分。 例子 .env文件中有很多地方可能出错: # Next line has leading space which will be removed: SPACED = # Equal signs should not be spaced: KEY = VALUE # Quotes won't be preserved after parsing, do not use them: SECRET = " my value " # Beware of duplicate keys! SECRET =Already defined ; ( # Respect the convention, use `UPPER_CASE`


【文件预览】:
dotenv-linter-master
----poetry.lock(78KB)
----pyproject.toml(1KB)
----.pre-commit-hooks.yaml(130B)
----docs()
--------conf.py(4KB)
--------make.bat(781B)
--------_templates()
--------pages()
--------requirements.txt(320B)
--------Makefile(611B)
--------index.rst(238B)
--------_static()
----.github()
--------FUNDING.yml(89B)
--------pull_request_template.md(909B)
--------ISSUE_TEMPLATE()
--------workflows()
----Dockerfile(1KB)
----tests()
--------test_cli()
--------conftest.py(1KB)
--------fixtures()
----action.yml(811B)
----LICENSE(1KB)
----CONTRIBUTING.md(2KB)
----setup.cfg(3KB)
----dotenv_linter()
--------constants.py(233B)
--------cli.py(1KB)
--------types.py(323B)
--------grammar()
--------__init__.py(24B)
--------visitors()
--------checker.py(4KB)
--------version.py(493B)
--------logics()
--------exceptions.py(133B)
--------violations()
----.gitignore(3KB)
----CHANGELOG.md(1KB)
----README.md(3KB)
----scripts()
--------entrypoint.sh(1KB)
----.editorconfig(273B)

网友评论