pkg.soopen package index

brew / 排名 2917

使用 Homebrew, apk, MacPorts, Nix, pacman, zypper, winget 安装 editorconfig-checker

查看 editorconfig-checker 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install editorconfig-checker

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install editorconfig-checker

MacPorts ports tree · devel/editorconfig-checker/Portfile · 来源: api.github.com

Linux

Alpine Linux apk已验证 · 92%
sudo apk add editorconfig-checker

Alpine Linux edge package indexes · editorconfig-checker · 来源: dl-cdn.alpinelinux.org

Nix已验证 · 92%
nix profile install nixpkgs#editorconfig-checker

nixpkgs package indexes · pkgs/by-name/ed/editorconfig-checker/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S editorconfig-checker

Arch Linux sync databases · editorconfig-checker · 来源: geo.mirror.pkgbuild.com

openSUSE zypper已验证 · 92%
sudo zypper install editorconfig-checker

openSUSE Tumbleweed package metadata · editorconfig-checker · 来源: download.opensuse.org

Windows

Windows Package Manager已验证 · 92%
winget install --id EditorConfig-Checker.EditorConfig-Checker -e

Windows Package Manager source index · EditorConfig-Checker.EditorConfig-Checker · 来源: cdn.winget.microsoft.com

概览

软件包摘要

Tool to verify that your files are in harmony with your .editorconfig

命令和别名

  • editorconfig-checker

历史

项目历史与用法

editorconfig-checker is a small CI-friendly companion to EditorConfig: instead of teaching an editor how to apply a project's .editorconfig file, it checks the files in a tree and reports where they do not match the rules.

项目历史

The public GitHub repository was created in 2017 and describes the tool as a verifier for files against .editorconfig. Its README frames the project around the gap left by language-specific linters: one EditorConfig-aware checker can cover whitespace, line ending, final newline, indentation, maximum line length, and charset rules across a mixed repository.

The project is implemented as a standalone command-line tool and publishes prebuilt release archives. By the 3.x series it also documented Go installation, Docker use, Homebrew, Nix, Arch Linux packages, and language-specific wrappers for JavaScript/TypeScript, Python, and PHP ecosystems.

采用历史

Adoption has been mostly through automation and packaging rather than editor plugins. The README explicitly documents GitHub Actions-compatible output, Code Climate JSON output, GCC-style diagnostics, Docker execution, and package-manager installs, which made it fit naturally into CI jobs and pre-commit-style checks.

使用方式

The common usage is to run editorconfig-checker at a repository root. With no file arguments it checks tracked text files, and with explicit file arguments it checks just those paths while still honoring configured excludes.

Configuration can be passed on the command line or read from .editorconfig-checker.json, with .ecrc retained as a deprecated name. The tool also has an init mode for creating a starting configuration.

为什么软件包爱好者会关心

For package metadata, editorconfig-checker is interesting because it turns a cross-editor convention into an installable, headless validation tool. It is a natural dependency for distribution maintainers, CI images, and repositories that want formatting contracts without adopting a language-specific formatter.

时间线

  • 2017: Public GitHub repository created.
  • 2026: v3.8.0 published with README installation examples and release artifacts.

Related projects

  • Related projects include EditorConfig itself, editorconfig-core-c, and the npm, PyPI, and Composer wrappers listed by the checker README.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
.editorconfig-checker.json

可执行文件

已安装的可执行文件

命令类型暴露范围备注
editorconfig-checker可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本3.8.0
管理器更新时间2026-08-02
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:editorconfig-checker
版本3.8.0
软件包管理器Homebrew
主页https://editorconfig-checker.github.io/
仓库https://github.com/editorconfig-checker/editorconfig-checker
最后更新2026-08-02T15:15:24+09:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

editorconfig-checker

nix profile install nixpkgs#editorconfig-checker
  • normalized package name match
  • 匹配方式:Editorconfig Checker
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ed/editorconfig-checker/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

editorconfig-checker 3.0.3-r15

A tool to verify that your files are in harmony with your .editorconfig

https://editorconfig-checker.github.io/

sudo apk add editorconfig-checker
  • License: MIT
  • Architecture: x86_64
  • Source Package: editorconfig-checker
  • 1 提供
  • normalized package name match
  • 匹配方式:Editorconfig Checker
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: editorconfig-checker from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

editorconfig-checker 3.9.0-1

A tool to verify that your files are in harmony with your .editorconfig

https://github.com/editorconfig-checker/editorconfig-checker

sudo pacman -S editorconfig-checker
  • License: MIT
  • Architecture: x86_64
  • 1 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式:Editorconfig Checker
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: editorconfig-checker from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

editorconfig-checker 3.8.0-1.3

Tool to verify that your files are in harmony with your .editorconfig

https://github.com/editorconfig-checker/editorconfig-checker

sudo zypper install editorconfig-checker
  • License: MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: editorconfig-checker
  • 2 提供
  • normalized package name match
  • 匹配方式:Editorconfig Checker
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: editorconfig-checker from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
MacPorts95%

editorconfig-checker

sudo port install editorconfig-checker
  • normalized package name match
  • 匹配方式:Editorconfig Checker
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/editorconfig-checker/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
winget95%

EditorConfig-Checker.EditorConfig-Checker

winget install --id EditorConfig-Checker.EditorConfig-Checker -e
  • normalized package name match
  • 匹配方式:Editorconfig Checker
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: EditorConfig-Checker.EditorConfig-Checker from https://cdn.winget.microsoft.com/cache/source.msix

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation