[PR #64] [MERGED] Add link to linters and autofixers #2154

Closed
opened 2026-04-21 04:38:02 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/64
Author: @bltavares
Created: 1/24/2019
Status: Merged
Merged: 1/28/2019
Merged by: @sdras

Base: masterHead: patch-1


📝 Commits (1)

  • 3cac7f7 Add link to linters and autofixers

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 README.md (+2 -0)

📄 Description

This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on push, and or autofixing via Review comments.

So far, list list contains the following linters (and more to come):

Action Description Lint on Push Fix with Review Autofix on Push
cljfmt Clojure formatter x x x
clippy Rust linter x x (Partial fixes) x (Partial fixes)
dartfmt Dart (and Flutter) formatter x x x
pwshfmt Powershell Formatter x x x
rubocop Ruby linter x x x
rustfmt Rust formatter x x x
shfmt Shell formatter x x x
tslint TypeScript lint and formatter x x x
dartanalyzer Dart (and Flutter) linter x
hadolint Dockerfile linter x
kubeval Kubernets (k8s) linter x
mdlint Markdown linting x
shellcheck Bash linter x

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/64 **Author:** [@bltavares](https://github.com/bltavares) **Created:** 1/24/2019 **Status:** ✅ Merged **Merged:** 1/28/2019 **Merged by:** [@sdras](https://github.com/sdras) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`3cac7f7`](https://github.com/sdras/awesome-actions/commit/3cac7f70ea2449e1ad4186fb5431a104b8505ce5) Add link to linters and autofixers ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) </details> ### 📄 Description This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on `push`, and or autofixing via Review comments. So far, list list contains the following linters (and more to come): | Action | Description | Lint on Push | Fix with Review | Autofix on Push | |------------------------------|-------------------------------|--------------|-------------------|-------------------| | cljfmt | Clojure formatter | x | x | x | | clippy | Rust linter | x | x (Partial fixes) | x (Partial fixes) | | dartfmt | Dart (and Flutter) formatter | x | x | x | | pwshfmt | Powershell Formatter | x | x | x | | rubocop | Ruby linter | x | x | x | | rustfmt | Rust formatter | x | x | x | | shfmt | Shell formatter | x | x | x | | tslint | TypeScript lint and formatter | x | x | x | | dartanalyzer | Dart (and Flutter) linter | x | | | | hadolint | Dockerfile linter | x | | | | kubeval | Kubernets (k8s) linter | x | | | | mdlint | Markdown linting | x | | | | shellcheck | Bash linter | x | | | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 04:38:03 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#2154