Skip to content

Commit f8afec7

Browse files
committed
Run qlty init
1 parent 7320bc1 commit f8afec7

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

.qlty/.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cache
2+
logs
3+
out
4+
plugins

.qlty/qlty.toml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
config_version = "0"
2+
3+
[sources.default]
4+
repository = "https://github.com/qltyai/plugins.git"
5+
ref = "v0.36.0-pre"
6+
7+
[[plugin]]
8+
name = "actionlint"
9+
10+
[[plugin]]
11+
name = "checkov"
12+
version = "3.2.49"
13+
14+
[[plugin]]
15+
name = "markdownlint"
16+
version = "0.31.1"
17+
18+
[[plugin]]
19+
name = "osv-scanner"
20+
21+
[[plugin]]
22+
name = "prettier"
23+
version = "2.8.4"
24+
25+
[[plugin]]
26+
name = "ripgrep"
27+
28+
[[plugin]]
29+
name = "trivy"
30+
31+
[[plugin]]
32+
name = "trufflehog"
33+
34+
[[plugin]]
35+
name = "yamllint"

0 commit comments

Comments
 (0)