-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use renovate with tsqllint #4542
Conversation
/build
|
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ API | spectral | 1 | 0 | 1.76s | |
bash-exec | 6 | 1 | 0.03s | ||
✅ BASH | shellcheck | 6 | 0 | 0.21s | |
✅ BASH | shfmt | 6 | 0 | 0 | 0.87s |
✅ COPYPASTE | jscpd | yes | no | 3.26s | |
✅ DOCKERFILE | hadolint | 129 | 0 | 24.53s | |
✅ JSON | jsonlint | 20 | 0 | 0.28s | |
✅ JSON | v8r | 22 | 0 | 13.22s | |
markdownlint | 267 | 0 | 303 | 22.94s | |
✅ MARKDOWN | markdown-table-formatter | 267 | 0 | 0 | 161.27s |
bandit | 215 | 66 | 3.23s | ||
✅ PYTHON | black | 215 | 0 | 0 | 4.5s |
✅ PYTHON | flake8 | 215 | 0 | 1.9s | |
✅ PYTHON | isort | 215 | 0 | 0 | 1.43s |
✅ PYTHON | mypy | 215 | 0 | 16.48s | |
✅ PYTHON | pylint | 215 | 0 | 34.02s | |
✅ PYTHON | ruff | 215 | 0 | 0 | 0.5s |
✅ REPOSITORY | checkov | yes | no | 35.99s | |
✅ REPOSITORY | git_diff | yes | no | 1.2s | |
grype | yes | 26 | 13.47s | ||
✅ REPOSITORY | secretlint | yes | no | 10.57s | |
✅ REPOSITORY | trivy | yes | no | 15.11s | |
✅ REPOSITORY | trivy-sbom | yes | no | 0.34s | |
trufflehog | yes | 1 | 53.23s | ||
✅ SPELL | cspell | 718 | 0 | 12.54s | |
lychee | 349 | 20 | 6.03s | ||
✅ XML | xmllint | 3 | 0 | 0 | 0.94s |
✅ YAML | prettier | 160 | 0 | 0 | 4.04s |
✅ YAML | v8r | 102 | 0 | 28.36s | |
✅ YAML | yamllint | 161 | 0 | 3.15s |
See detailed report in MegaLinter reports
@@ -812,7 +815,7 @@ RUN curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | | |||
# RUN apk add --no-cache dotnet9-sdk | |||
# Next line commented because already managed by another linter | |||
# ENV PATH="${PATH}:/root/.dotnet/tools" | |||
&& dotnet tool install --global TSQLLint | |||
&& dotnet tool install --global TSQLLint --version ${SQL_TSQLLINT_VERSION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When was quoting required already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you mean it could simply be --version $SQL_TSQLLINT_VERSION
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With double quotes. I remember a couple months ago I bumped myself into this when using args..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
Co-authored-by: Edouard Choinière <[email protected]>
/build
|
Do not use latest version