aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conform.txt
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 /doc/conform.txt
parent4653408d5c270168e31ffd0585d1cf2de27fc827 (diff)
feat: add tlint (#162)
* feat: add tlint * update doc
Diffstat (limited to 'doc/conform.txt')
-rw-r--r--doc/conform.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/conform.txt b/doc/conform.txt
index 505261c..82d7bea 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -277,6 +277,8 @@ FORMATTERS *conform-formatter
`templ` - Formats templ template files.
`terraform_fmt` - The terraform-fmt command rewrites `terraform` configuration
files to a canonical format and style.
+`tlint` - Tighten linter for Laravel conventions with support for auto-
+ formatting.
`trim_newlines` - Trim new lines with awk.
`trim_whitespace` - Trim whitespaces with awk.
`uncrustify` - A source code beautifier for C, C++, C#, ObjectiveC, D, Java,