Skip to content

Commit 9d1628b

Browse files
committed
Run qlty init
1 parent d1f5223 commit 9d1628b

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

.qlty/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
cache
2+
logs
3+
out
4+
plugins

.qlty/qlty.toml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
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 = "gofmt"
16+
17+
[[plugin]]
18+
name = "markdownlint"
19+
version = "0.31.1"
20+
21+
[[plugin]]
22+
name = "osv-scanner"
23+
24+
[[plugin]]
25+
name = "prettier"
26+
version = "2.8.4"
27+
28+
[[plugin]]
29+
name = "ripgrep"
30+
31+
[[plugin]]
32+
name = "trivy"
33+
34+
[[plugin]]
35+
name = "trufflehog"
36+
37+
[[plugin]]
38+
name = "yamllint"

0 commit comments

Comments
 (0)