aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFrederik Buchlák <30214087+fbuchlak@users.noreply.github.com>2023-10-27 14:26:49 +0000
committerGitHub <noreply@github.com>2023-10-27 07:26:49 -0700
commit253878436e2b6d73dfd91ccf0ac12d04cc683d34 (patch)
treeefa8acb9130344b138303f2734dcc262a6c5aa2e /README.md
parent4653408d5c270168e31ffd0585d1cf2de27fc827 (diff)
feat: add tlint (#162)
* feat: add tlint * update doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9535e2..3a6373a 100644
--- a/README.md
+++ b/README.md
@@ -258,6 +258,7 @@ You can view this list in vim with `:help conform-formatters`
- [taplo](https://github.com/tamasfe/taplo) - A TOML toolkit written in Rust.
- [templ](https://templ.guide/commands-and-tools/cli/#formatting-templ-files) - Formats templ template files.
- [terraform_fmt](https://www.terraform.io/docs/cli/commands/fmt.html) - The terraform-fmt command rewrites `terraform` configuration files to a canonical format and style.
+- [tlint](https://github.com/tighten/tlint) - Tighten linter for Laravel conventions with support for auto-formatting.
- [trim_newlines](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim new lines with awk.
- [trim_whitespace](https://www.gnu.org/software/gawk/manual/gawk.html) - Trim whitespaces with awk.
- [uncrustify](https://github.com/uncrustify/uncrustify) - A source code beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and Vala.