Skip to content

Add linter documentation #59

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

Merged
merged 13 commits into from
Jul 15, 2024
Merged
Prev Previous commit
Next Next commit
chore: Update tools category label in _category_.yml
  • Loading branch information
hasit committed Jul 15, 2024
commit 0b59424a4c28e1ef0277e567b38c9ba4a6b7d08b
2 changes: 1 addition & 1 deletion docs/guides/tools/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: Linters
label: Tools
position: 2
collapsible: true
collapsed: true
4 changes: 4 additions & 0 deletions docs/guides/tools/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ Remove extraneous f prefix
## Supported Tools

- [Ruff](./ruff.md)
- [ShellCheck](./shellcheck.md)
- [Biome](./biome.md)
- [Hadolint](./hadolint.md)
- [LanguageTool](./languagetool.md)