editorconfig-checker:一种用于验证文件与.editorconfig协调一致的工具

时间:2024-02-19 23:03:30
【文件属性】:

文件名称:editorconfig-checker:一种用于验证文件与.editorconfig协调一致的工具

文件大小:79KB

文件格式:ZIP

更新时间:2024-02-19 23:03:30

lint linting clean-code linter editorconfig

editorconfig-checker 6.16.26.2.16.2.26.2.36.2.46.2.56.2.6 什么? 这是一个检查文件是否考虑.editorconfig -rules的工具。 大多数工具-例如linters-仅测试一种文件类型,并且需要额外的配置。 该工具只需要您的.editorconfig即可检查所有文件。 如果您还不了解editorconfig,可以在这里阅读有关内容: 。 当前实现的editorconfig功能包括: end_of_line insert_final_newline trim_trailing_whitespace indent_style indent_size max_line_length 不支持的功能有: charset 快速开始 VERSION= " 2.3.1 " OS= " linux " ARCH= " amd64 " curl -O -L -C - https://github.com/editorconfig-checker/editorconfig-checker/releases/downloa


【文件预览】:
editorconfig-checker-master
----go.mod(271B)
----pkg()
--------utils()
--------logger()
--------validation()
--------config()
--------error()
--------files()
----deps.nix(4KB)
----.github()
--------workflows()
----go.sum(3KB)
----VERSION(6B)
----Dockerfile(288B)
----.ecrc(408B)
----default.nix(870B)
----LICENSE(1KB)
----README.md(10KB)
----testfiles()
--------.malformed.ecrc(266B)
--------zero-indent.txt(16B)
--------wrong-line-ending.txt(25B)
--------disabled-file.ext(53B)
--------.ecrc(292B)
--------disabled-block.txt(104B)
--------trailing-whitespace.txt(11B)
--------line-to-long.txt(12B)
--------disabled-line.txt(55B)
--------wrong-file.txt(14B)
--------spaces-after-tabs.txt(15B)
--------disabled-block-with-error.txt(119B)
--------.editorconfig(293B)
--------empty-file.txt(0B)
--------generated-config.json(396B)
--------final-newline-missing.txt(18B)
----Makefile(6KB)
----docs()
--------editorconfig-checker.1(1KB)
--------screenshot.png(18KB)
--------logo.png(23KB)
----.editorconfig(306B)
----.gitignore(71B)
----cmd()
--------editorconfig-checker()
----CHANGELOG.md(6KB)
----install.nix(56B)

网友评论