We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7320bc1 commit f8afec7Copy full SHA for f8afec7
.qlty/.gitignore
@@ -0,0 +1,4 @@
1
+cache
2
+logs
3
+out
4
+plugins
.qlty/qlty.toml
@@ -0,0 +1,35 @@
+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 = "markdownlint"
16
+version = "0.31.1"
17
18
19
+name = "osv-scanner"
20
21
22
+name = "prettier"
23
+version = "2.8.4"
24
25
26
+name = "ripgrep"
27
28
29
+name = "trivy"
30
31
32
+name = "trufflehog"
33
34
35
+name = "yamllint"
0 commit comments