Marcdouane: dry-rb와 inkmark로 구축한 새로운 Markdown 린터
기존 markdownlint 코드의 복잡성을 해결하기 위해 dry-rb 생태계와 최신 Markdown 파서인 inkmark를 활용한 새로운 린터 Marcdouane을 개발했다.
Marcdouane: dry-rb와 inkmark로 구축한 새로운 Markdown 린터
기존 markdownlint 코드의 복잡성을 해결하기 위해 dry-rb 생태계와 최신 Markdown 파서인 inkmark를 활용한 새로운 린터 Marcdouane을 개발했다.
YARD-Lint: Ruby YARD 문서화를 위한 종합 린터 출시
YARD-Lint는 Ruby 및 Rails 프로젝트의 YARD 문서화를 위한 오픈소스 린터로, 코드의 RuboCop처럼 문서의 품질을 자동으로 검사합니다.
Just released ryl 0.19.1, the fast Rust-based YAML linter: a drop-in yamllint replacement with extra rules and fixes.
New since 0.18.1:
1. winget support on Windows: winget install owenlamont.ryl
2. Repo-local config in a .config/ dir (.config/ryl.toml).
3. Docs: a VS Code extension guide + screenshot, plus a rule-page accuracy pass.
Homebrew tap next? Homebrew wants 225 stars to self-submit a project; ryl's at 43. Stars help:
https://github.com/owenlamont/ryl
ShellCheck: Ein Linter für Shell-Skripte
Der Einsatz von Werkzeugen zur Code-Überprüfung lohnt sich immer. Das gilt insbesondere, wenn ihr Code aus dem Internet herunterladet, eure Skripte von KI generieren lasst, oder diese selbst schreibt.
#Linter #ShellCheck #Skript #Linux
https://gnulinux.ch/shellcheck-ein-linter-fuer-shell-skripte
Just released ryl 0.18.1: the fast Rust-based YAML linter, a drop-in yamllint replacement with extra rules and safe auto-fixes.
New since 0.17.0:
1. Language server (ryl server): inline diagnostics, auto-fix, formatting, hover, and anchor/alias rename in any LSP editor. https://ryl-docs.pages.dev/editor-integration/
2. VS Code extension: https://marketplace.visualstudio.com/items?itemName=owenlamont.ryl
3. Now on conda-forge: pixi global install ryl
Just released ryl v0.17: the fast Rust YAML linter!
New:
1. JUnit + GitLab output formats, multiple outputs per run:
https://ryl-docs.pages.dev/output-formats/
2. shell completions (--generate-completions):
https://ryl-docs.pages.dev/getting-started/shell-completions/
3. AI-agent-friendly: a ryl skill + llms.txt:
https://ryl-docs.pages.dev/using-ryl-with-ai-agents/
Thanks to https://github.com/eread for the output-formats suggestion
Just released ryl v0.16: the fast Rust YAML linter!
New, all opt-in:
• per-line-ignores — suppress rules by regex/path:
https://ryl-docs.pages.dev/per-line-ignores/
• comments-indentation: allow-any-open-indent:
https://ryl-docs.pages.dev/rules/comments-indentation/
• hyphens: dash-on-own-line:
https://ryl-docs.pages.dev/rules/hyphens/
Just released ryl v0.15: the fast Rust YAML linter!
1. Preview safe fixes as unified diffs (like ruff):
https://ryl-docs.pages.dev/getting-started/quickstart/#preview-fixes-as-a-diff
(thanks for the suggestion https://github.com/sahidvelji)
2. Require explicit |- / |+ chomping:
https://ryl-docs.pages.dev/rules/block-scalar-chomping/