forked from numtide/treefmt-nix
-
Notifications
You must be signed in to change notification settings - Fork 0
sizelint: init at 0.1.3 #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
a-kenji
wants to merge
150
commits into
main
Choose a base branch
from
ke-init-sizelint
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
This input is more appropriate since `treefmt-nix` is pulling in tools, that don't benefit from the channel blockers of `nixos-*`.
inputs: use `nixpkgs-unstable` instead of `nixos-unstable`
feat(programs): add latexindent
Co-authored-by: zimbatm <[email protected]>
Co-authored-by: Jonas Chevalier <[email protected]>
….maintainers` (numtide#252) Co-authored-by: Jonas Chevalier <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
Co-authored-by: zimbatm <[email protected]>
feat(biome): add css support
Fix formatter spec url
add to maintainers list
* feat(rstfmt): adds support for rstfmt Adds support for "rstfmt is a tool for automatically formatting reStructuredText files in a consistent way. * fix(rstfmt): add line_length option To preserve the formatter defaults, a `line_length` option has been added. This enables users to specify if they want a line_length other than 72, since that is controversially short in the modern era.
* feat: update nixpkgs input Brings in nixf-diagnose 0.1.2 * Add nixf-diagnose, a Nix linter
…e#364) The default value for `config.projectRootFile` is `.git/config`, which is a nice default that doesn't assume flakes (because flakes are more controversial than git in the nix community :)) However, if you're using flake-parts, then you're definitely OK with flakes, and using `flake.nix` as a project root file makes sense. As a consequence of this, subflakes now probably do what you expect. In other words, this fixes numtide#357. Side note: in the future, nix will expose a `PRJ_ROOT` env var that we could use instead. See NixOS/nix@7635874.
Signed-off-by: andrea11 <[email protected]>
Signed-off-by: andrea11 <[email protected]>
* Add hujsonfmt formatter * Update options -> args * Update hujsonfmt examples, README, maintainer --------- Co-authored-by: Jonas Chevalier <[email protected]>
Signed-off-by: Qiming Chu <[email protected]>
* feat: use json schema for biome Signed-off-by: andrea11 <[email protected]> * refactor(biome): fix comments Signed-off-by: andrea11 <[email protected]> --------- Signed-off-by: andrea11 <[email protected]>
Signed-off-by: andrea11 <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
…de#397) * zizmor: also lint github actions Signed-off-by: Paul Meyer <[email protected]> * zizmor: add katexochen as maintainer Signed-off-by: Paul Meyer <[email protected]> --------- Signed-off-by: Paul Meyer <[email protected]>
Having to edit the checks/default.nix was confusing. So now we have more meta attributes: - meta.broken - Mark a formatter as completely broken - meta.platforms - Specify supported platforms (null = all platforms) - meta.brokenPlatforms - Exclude specific platforms even if otherwise supported - meta.skipExample - Skip example generation for formatters with non-deterministic output
add correct args, readme correct include path update flake.lock add dockerfmt example
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.
nixpkgs-unstable
instead ofnixos-unstable
settings
,includes
,excludes
; add tometa.maintainers
(stylua: add options:settings
,includes
,excludes
; add tometa.maintainers
numtide/treefmt-nix#252)includes
andexcludes
options (nixpkgs-fmt: addincludes
andexcludes
options numtide/treefmt-nix#254)aospStyle
,includes
,excludes
(google-java-format: addaospStyle
,includes
,excludes
numtide/treefmt-nix#256)mainProgram
todos2unix
; maintainer add (dos2unix: explicitly setmainProgram
todos2unix
numtide/treefmt-nix#295)end-of-line
,number
,wrapper
(mdformat: maintainer add; add settings:end-of-line
,number
,wrapper
numtide/treefmt-nix#294)lineLength
option; add maintainer (ruff-format: addlineLength
option; add maintainer numtide/treefmt-nix#316)pkgs
option usingliteralMD
(fix defaultText forpkgs
option usingliteralMD
numtide/treefmt-nix#350)flake.nix
for the project root when dealing with flakes (Useflake.nix
for the project root when dealing with flakes numtide/treefmt-nix#364)