Skip to content
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

Fix swiftlint #1757

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Fix swiftlint #1757

wants to merge 5 commits into from

Conversation

nvuillam
Copy link
Member

Fixes #440

@nvuillam
Copy link
Member Author

nvuillam commented Aug 17, 2022

MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 7 0 0.02s
✅ BASH shellcheck 7 0 0.32s
✅ BASH shfmt 7 0 0 0.02s
✅ COPYPASTE jscpd yes no 2.74s
✅ DOCKERFILE hadolint 103 0 19.9s
✅ JSON eslint-plugin-jsonc 20 0 0 2.46s
✅ JSON jsonlint 18 0 0.25s
✅ JSON v8r 20 0 12.14s
⚠️ MARKDOWN markdownlint 281 0 5 5.11s
✅ MARKDOWN markdown-link-check 281 0 6.12s
✅ MARKDOWN markdown-table-formatter 281 0 0 7.62s
✅ OPENAPI spectral 1 0 0.94s
⚠️ PYTHON bandit 165 51 2.48s
✅ PYTHON black 165 0 0 3.42s
✅ PYTHON flake8 165 0 2.21s
✅ PYTHON isort 165 0 0 0.36s
✅ PYTHON mypy 165 0 113.54s
✅ PYTHON pylint 165 0 19.74s
✅ REPOSITORY checkov yes no 16.5s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 13.37s
✅ REPOSITORY trivy yes no 24.42s
✅ SPELL cspell 661 0 21.25s
✅ SPELL misspell 491 0 0 0.48s
✅ XML xmllint 3 0 0.0s
✅ YAML prettier 79 0 0 2.21s
✅ YAML v8r 22 0 29.12s
✅ YAML yamllint 80 0 1.25s

See errors details in artifact MegaLinter reports on CI Job page

@github-actions
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity.
It will be closed in 14 days if no further activity occurs.
Thank you for your contributions.

If you think this pull request should stay open, please remove the O: stale 🤖 label or comment on the pull request.

@github-actions github-actions bot added the O: stale 🤖 This issue or pull request is stale, it will be closed if there is no activity label Sep 17, 2022
@Kurt-von-Laven Kurt-von-Laven added nostale This issue or pull request is not stale, keep it open and removed O: stale 🤖 This issue or pull request is stale, it will be closed if there is no activity labels Sep 17, 2022
@echoix echoix temporarily deployed to dev October 22, 2023 00:50 — with GitHub Actions Inactive
@echoix echoix temporarily deployed to dev October 22, 2023 00:50 — with GitHub Actions Inactive
@echoix echoix temporarily deployed to dev October 22, 2023 00:50 — with GitHub Actions Inactive
@echoix echoix temporarily deployed to dev October 22, 2023 00:50 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Oct 22, 2023

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ BASH bash-exec 5 0 0.03s
✅ BASH shellcheck 5 0 0.11s
✅ BASH shfmt 5 0 0 0.03s
✅ COPYPASTE jscpd yes no 3.82s
✅ DOCKERFILE hadolint 123 0 19.77s
✅ JSON eslint-plugin-jsonc 23 0 0 2.51s
✅ JSON jsonlint 21 0 0.25s
✅ JSON v8r 23 0 16.04s
✅ MAKEFILE checkmake 1 0 0.0s
⚠️ MARKDOWN markdownlint 255 0 11 6.3s
✅ MARKDOWN markdown-link-check 255 0 6.67s
✅ MARKDOWN markdown-table-formatter 255 0 0 41.49s
✅ OPENAPI spectral 1 0 1.69s
⚠️ PYTHON bandit 200 61 2.69s
✅ PYTHON black 200 0 0 5.34s
✅ PYTHON flake8 200 0 2.44s
✅ PYTHON isort 200 0 0 0.53s
✅ PYTHON mypy 200 0 12.17s
✅ PYTHON pylint 200 0 14.93s
⚠️ PYTHON pyright 200 352 23.46s
✅ PYTHON ruff 200 0 0 0.09s
✅ REPOSITORY checkov yes no 41.38s
✅ REPOSITORY git_diff yes no 0.02s
⚠️ REPOSITORY grype yes 1 11.93s
✅ REPOSITORY secretlint yes no 11.53s
✅ REPOSITORY trivy yes no 29.57s
✅ REPOSITORY trivy-sbom yes no 1.43s
⚠️ REPOSITORY trufflehog yes 1 26.19s
✅ SPELL cspell 665 0 28.98s
✅ SPELL lychee 335 0 5.79s
✅ XML xmllint 3 0 0 0.02s
✅ YAML prettier 160 0 0 5.45s
✅ YAML v8r 102 0 195.95s
✅ YAML yamllint 161 0 1.82s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nostale This issue or pull request is not stale, keep it open
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linting swift code does not work. Error: No lintable files found at paths: '/tmp/lint'
3 participants