Skip to content

Commit

Permalink
Run qlty init
Browse files Browse the repository at this point in the history
  • Loading branch information
marschattha committed May 24, 2024
1 parent 697acd6 commit e3c8f7a
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .qlty/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cache
logs
out
plugins
35 changes: 35 additions & 0 deletions .qlty/qlty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
config_version = "0"

[sources.default]
repository = "https://github.com/qltyai/plugins.git"
ref = "v0.36.0-pre"

[[plugin]]
name = "actionlint"

[[plugin]]
name = "checkov"
version = "3.2.49"

[[plugin]]
name = "markdownlint"
version = "0.31.1"

[[plugin]]
name = "osv-scanner"

[[plugin]]
name = "prettier"
version = "2.8.4"

[[plugin]]
name = "ripgrep"

[[plugin]]
name = "trivy"

[[plugin]]
name = "trufflehog"

[[plugin]]
name = "yamllint"

0 comments on commit e3c8f7a

Please sign in to comment.