Closed unixorn closed 1 year ago
Code Climate has analyzed commit 86e8e990 and detected 0 issues on this pull request.
View more on Code Climate.
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ COPYPASTE | jscpd | yes | no | 1.31s | |
⚠️ MARKDOWN | markdownlint | 1 | 1 | 1.25s | |
✅ MARKDOWN | markdown-table-formatter | 1 | 0 | 0.51s | |
✅ REPOSITORY | checkov | yes | no | 13.51s | |
✅ REPOSITORY | devskim | yes | no | 0.87s | |
✅ REPOSITORY | dustilock | yes | no | 0.0s | |
✅ REPOSITORY | gitleaks | yes | no | 0.43s | |
✅ REPOSITORY | git_diff | yes | no | 0.01s | |
✅ REPOSITORY | secretlint | yes | no | 1.48s | |
✅ REPOSITORY | syft | yes | no | 0.34s | |
✅ REPOSITORY | trivy | yes | no | 3.86s | |
✅ SPELL | misspell | 2 | 0 | 0.06s |
See detailed report in MegaLinter reports
_Set VALIDATE_ALL_CODEBASE: true
in mega-linter.yml to validate all sources, not only the diff_
License Acceptance
Description
For consistency, use
zqs disable-control-c-decorator
to keep the quickstart from displaying^C
when the user types control-c.This also reduces pollution in the user's environment variables.
Type of changes
Checklist
#!/usr/bin/env interpreter
instead of potentially platform-specific direct paths (#!/bin/sh
is an allowed exception)