We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326f4fc commit e552029Copy full SHA for e552029
1 file changed
.qlty/qlty.toml
@@ -71,19 +71,3 @@ name = "trivy" # Scans for vulnerabilities in containers and dependen
71
72
[[plugin]]
73
name = "trufflehog" # Detects secrets and sensitive data in code
74
-
75
-[[plugin]]
76
-name = "yamllint" # Lints YAML files for syntax and style
77
-enabled = false
78
79
80
-name = "markdownlint" # Lints Markdown files
81
82
83
84
-name = "prettier" # Ensures consistent code formatting
85
86
87
88
-name = "checkov" # Performs security and compliance checks on IaC files
89
0 commit comments