Skip to content

Commit

Permalink
New version: EditorConfig-Checker.EditorConfig-Checker version 3.2.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
PckgrBot authored Feb 14, 2025
1 parent e580115 commit 42edb64
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Created with komac v2.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.9.0.schema.json

PackageIdentifier: EditorConfig-Checker.EditorConfig-Checker
PackageVersion: 3.2.0
InstallerType: zip
NestedInstallerType: portable
UpgradeBehavior: install
Commands:
- editorconfig-checker
FileExtensions:
- .ecrc
- .editorconfig
- .editorconfig-checker.json
ReleaseDate: 2025-01-27
Installers:
- Architecture: x86
NestedInstallerFiles:
- RelativeFilePath: bin/ec-windows-386.exe
InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-windows-386.zip
InstallerSha256: 512235C23F19099B2FCCC9F0B45484F608F380899DB998A39BDAC48804327CBE
- Architecture: x64
NestedInstallerFiles:
- RelativeFilePath: bin/ec-windows-amd64.exe
InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-windows-amd64.zip
InstallerSha256: AF614995342FDF51308895F0DF04C40D88D22B345C8DF1DC7B5B379C1C54D441
- Architecture: arm
NestedInstallerFiles:
- RelativeFilePath: bin/ec-windows-armv6.exe
InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-windows-armv6.zip
InstallerSha256: 5A0D692E430788AEDEB613A132F4AC23309015E4962A0745DF728990F12A690E
- Architecture: arm64
NestedInstallerFiles:
- RelativeFilePath: bin/ec-windows-arm64.exe
InstallerUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/download/v3.2.0/ec-windows-arm64.zip
InstallerSha256: A212CE886B95C7EDE06888B6C2356A1AF77BA1C721FA20C55015D3051342AA63
ManifestType: installer
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Created with komac v2.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.9.0.schema.json

PackageIdentifier: EditorConfig-Checker.EditorConfig-Checker
PackageVersion: 3.2.0
PackageLocale: en-US
Publisher: Max Strübing
PublisherUrl: https://github.com/mstruebing
PublisherSupportUrl: https://github.com/editorconfig-checker/editorconfig-checker/issues
Author: Max Strübing
PackageName: EditorConfig-Checker
PackageUrl: https://github.com/editorconfig-checker/editorconfig-checker
License: MIT
LicenseUrl: https://github.com/editorconfig-checker/editorconfig-checker/blob/HEAD/LICENSE
Copyright: Copyright (c) Max Strübing
CopyrightUrl: https://github.com/editorconfig-checker/editorconfig-checker/blob/main/LICENSE
ShortDescription: A tool to verify that your files are in harmony with your .editorconfig
Description: This is a tool to check if your files consider your .editorconfig rules. Most tools—like linters, for example—only test one filetype and need an extra configuration. This tool only needs your .editorconfig to check all files.
Moniker: editorconfig-checker
Tags:
- clean-code
- cleancode
- code-quality
- codequality
- editorconfig
- editorconfig-checker
- hacktoberfest
- lint
- lintcode
- linter
- linters
- linting
ReleaseNotes: |-
3.2.0 (2025-01-25)
Features
- add support for env var NO_COLOR (#429) (9135f53)
- only output "0 errors found" when verbose output is enabled (#423) (1d29a8b)
Bug Fixes
- improve default excludes (#427) (d0cbd25)
ReleaseNotesUrl: https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/v3.2.0
ManifestType: defaultLocale
ManifestVersion: 1.9.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created with komac v2.11.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.9.0.schema.json

PackageIdentifier: EditorConfig-Checker.EditorConfig-Checker
PackageVersion: 3.2.0
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.9.0

0 comments on commit 42edb64

Please sign in to comment.