editorconfig-checker.python:一种工具来验证您的文件与.editorconfig是否一致

时间:2024-02-20 02:54:10
【文件属性】:

文件名称:editorconfig-checker.python:一种工具来验证您的文件与.editorconfig是否一致

文件大小:79KB

文件格式:ZIP

更新时间:2024-02-20 02:54:10

lint linting clean-code linter editorconfig

editorconfig-checker 什么? 这是一个检查文件是否考虑.editorconfig 。 大多数工具-例如linters-仅测试一种文件类型,并且需要额外的配置。 该工具只需要您的editorconfig即可检查所有文件。 重要 这只是核心的包装。 您应该查看此存储库,以了解如何使用此工具以及存在哪些可能性/问题。 该版本可以与内核相同的方式使用,因为每个参数都简单地传递给了它。 安装 $ pip install . # from cloned repo $ pip install editorconfig-checker # from PyPI 用法 $ editorconfig-checker -help USAGE: -config string config -debug print debugging information -disable-end-of-line disables the trailing whitespace check -disa


【文件预览】:
editorconfig-checker.python-master
----.pre-commit-hooks.yaml(266B)
----docs()
--------logo.png(23KB)
--------sample-output.png(51KB)
----tests()
--------Dockerfile.template(248B)
----test.sh(1KB)
----LICENSE(1KB)
----src()
--------editorconfig_checker()
----requirements.txt(36B)
----setup.py(2KB)
----.gitignore(80B)
----Makefile(294B)
----README.md(3KB)

网友评论