We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f5223 commit 9d1628bCopy full SHA for 9d1628b
.qlty/.gitignore
@@ -0,0 +1,4 @@
1
+cache
2
+logs
3
+out
4
+plugins
.qlty/qlty.toml
@@ -0,0 +1,38 @@
+config_version = "0"
+
+[sources.default]
+repository = "https://github.com/qltyai/plugins.git"
5
+ref = "v0.36.0-pre"
6
7
+[[plugin]]
8
+name = "actionlint"
9
10
11
+name = "checkov"
12
+version = "3.2.49"
13
14
15
+name = "gofmt"
16
17
18
+name = "markdownlint"
19
+version = "0.31.1"
20
21
22
+name = "osv-scanner"
23
24
25
+name = "prettier"
26
+version = "2.8.4"
27
28
29
+name = "ripgrep"
30
31
32
+name = "trivy"
33
34
35
+name = "trufflehog"
36
37
38
+name = "yamllint"
0 commit comments