Document Nix, Protobuf, and SCSS/LESS support#26
Merged
Conversation
Summary The registry has supported Nix (`nixfmt` / `statix`), Protobuf (`buf format` / `buf lint`), and SCSS/LESS (routed through `biome`) for a while, and `autoformat`/`autolint` implement and dispatch all of their adapters — but the docs never mentioned them, so a reader couldn't discover that `.nix`, `.proto`, `.scss`, and `.less` are handled. - README "Supported Tools": add `.scss`/`.less` to the biome row and add Nix and Protobuf rows - `autoformat`/`autolint` `--help` "Supported file types": add `.scss`, `.less` to Web/data and add Nix (`.nix`) and Protobuf (`.proto`) lines Docs only; no behavior change. Testing - `test/checkrun-test`: 103 passed, 0 failed (includes the static shellcheck check over the changed files)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The registry has supported Nix (
nixfmt/statix), Protobuf(
buf format/buf lint), and SCSS/LESS (routed throughbiome) for awhile, and
autoformat/autolintimplement and dispatch all of theiradapters — but the docs never mentioned them, so a reader couldn't
discover that
.nix,.proto,.scss, and.lessare handled..scss/.lessto the biome row and addNix and Protobuf rows
autoformat/autolint--help"Supported file types": add.scss,.lessto Web/data and add Nix (.nix) and Protobuf (.proto) linesDocs only; no behavior change.
Testing
test/checkrun-test: 103 passed, 0 failed (includes the staticshellcheck check over the changed files)