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

Linterツールの設定変更&CIテストを通す #662

Draft
wants to merge 51 commits into
base: 1-21-1-dev
Choose a base branch
from

Conversation

waxsd100
Copy link
Collaborator

@waxsd100 waxsd100 commented Jan 2, 2025

チケットURL

対応内容・対応背景・妥協点

やったこと

やってないこと

テスト

レビュー観点

補足

チェックリスト (ガイドライン)

  • Pull Request
    • PRのタイトルはわかり易い名前が設定されていますか?(日本語でも可)
    • PRの必須項目はすべて記載していますか?
    • PRの必要ない項目は削除していますか?
    • PRの内容と変更内容は一致していますか?
      • 1機能=1PRであるべきです。1機能の途中でも問題ありません
  • Commit
    • Commitメッセージはルール通りですか?
      • コミットメッセージの先頭に[Add|Delete|Modify|Fix|Refactor|Move]等の動詞の原形を追加してください。(参考) (参考2)
      • コミットメッセージの説明にはGH-〇〇でチケット番号をつけてください
        (チケットが存在しない場合はNO-ISSUEにしてください
      • マージコミットの場合はこの限りではありません
    • コミットの粒度は適切ですか?
      • 1コミット=1要素(1ロジック)の変更であるべきです
  • Branch
    • ブランチの名前は正しいですか?
      • ブランチ名先頭はfeature/[簡単な説明]fix/[簡単な説明] の何れかであるべきです
      • 簡単な説明は英語であるべきです(不具合発生するので)
    • ブランチの向き、切り先は正しいですか?

@waxsd100 waxsd100 changed the title Gh 661 add linter settings Linterツールの設定変更&CIテストを通す Jan 3, 2025
Copy link

github-actions bot commented Jan 3, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 7 0 0.08s
✅ COPYPASTE jscpd yes no 1.76s
✅ JSON jsonlint 330 0 0.24s
✅ JSON prettier 330 0 0 2.17s
⚠️ JSON v8r 330 1 160.07s
✅ MARKDOWN markdownlint 6 0 0 1.07s
✅ MARKDOWN markdown-table-formatter 6 0 0 0.55s
✅ REPOSITORY checkov yes no 67.24s
✅ REPOSITORY devskim yes no 1.37s
✅ REPOSITORY dustilock yes no 0.07s
✅ REPOSITORY gitleaks yes no 14.58s
✅ REPOSITORY git_diff yes no 0.19s
✅ REPOSITORY grype yes no 8.76s
✅ REPOSITORY kics yes no 2.3s
✅ REPOSITORY secretlint yes no 124.58s
✅ REPOSITORY syft yes no 1.36s
✅ REPOSITORY trivy yes no 5.08s
✅ REPOSITORY trivy-sbom yes no 0.13s
✅ REPOSITORY trufflehog yes no 4.32s
✅ YAML prettier 14 1 0 1.16s
✅ YAML v8r 14 0 6.9s
✅ YAML yamllint 14 0 0.51s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

github-actions bot commented Jan 4, 2025

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 7 0 0.08s
✅ COPYPASTE jscpd yes no 1.8s
✅ JSON jsonlint 330 0 0.22s
✅ JSON prettier 330 0 0 1.95s
⚠️ JSON v8r 330 1 156.34s
✅ MARKDOWN markdownlint 6 0 0 0.72s
✅ MARKDOWN markdown-table-formatter 6 0 0 0.31s
✅ REPOSITORY checkov yes no 66.83s
✅ REPOSITORY devskim yes no 1.31s
✅ REPOSITORY dustilock yes no 0.07s
✅ REPOSITORY gitleaks yes no 14.59s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY grype yes no 9.34s
✅ REPOSITORY kics yes no 2.88s
✅ REPOSITORY secretlint yes no 117.3s
✅ REPOSITORY syft yes no 1.36s
✅ REPOSITORY trivy yes no 4.95s
✅ REPOSITORY trivy-sbom yes no 0.13s
❌ REPOSITORY trufflehog yes 1 1.39s
✅ YAML prettier 15 2 0 0.85s
✅ YAML v8r 15 0 7.56s
✅ YAML yamllint 15 0 0.51s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant