test #8

Merged
ry.yamafuji merged 3 commits from develop into main 2025-12-04 12:58:05 +09:00
Owner
No description provided.
ry.yamafuji added 1 commit 2025-12-04 12:50:45 +09:00
ry.yamafuji added 1 commit 2025-12-04 12:56:02 +09:00
ry.yamafuji added 1 commit 2025-12-04 12:57:21 +09:00
ry.yamafuji merged commit 8c3545a93f into main 2025-12-04 12:58:05 +09:00
First-time contributor

🔍 Ruff Lint Results

test
## :mag: Ruff Lint Results ``` test ```
First-time contributor

Linter(リンタ)レビュー

以下の指摘事項があります。コードを見直してください。

指摘事項一覧

コード 重要性 ファイル名 行数 課題内容
W291 - /workspace/data-science/cloud-run-job-base/examples/example.py - Trailing whitespace
W291 - /workspace/data-science/cloud-run-job-base/scripts/generate_coverage.py - Trailing whitespace
E501 - /workspace/data-science/cloud-run-job-base/scripts/generate_coverage.py - Line too long (106 > 88)
W291 - /workspace/data-science/cloud-run-job-base/scripts/generate_linter_from_json.py - Trailing whitespace
W292 - /workspace/data-science/cloud-run-job-base/scripts/generate_linter_from_json.py - No newline at end of file
## Linter(リンタ)レビュー 以下の指摘事項があります。コードを見直してください。 ### 指摘事項一覧 |コード|重要性|ファイル名|行数|課題内容 |---|---|---|---|---| |W291|-|/workspace/data-science/cloud-run-job-base/examples/example.py|-|Trailing whitespace| |W291|-|/workspace/data-science/cloud-run-job-base/scripts/generate_coverage.py|-|Trailing whitespace| |E501|-|/workspace/data-science/cloud-run-job-base/scripts/generate_coverage.py|-|Line too long (106 > 88)| |W291|-|/workspace/data-science/cloud-run-job-base/scripts/generate_linter_from_json.py|-|Trailing whitespace| |W292|-|/workspace/data-science/cloud-run-job-base/scripts/generate_linter_from_json.py|-|No newline at end of file|
First-time contributor

Linter(リンタ)レビュー

以下の指摘事項があります。コードを見直してください。

総数:3個

指摘事項一覧

コード 重要性 項目 ファイル名 行数
W291 🟢 行末に不要な空白があります。 examples/example.py 14行目27列 〜 14行目28列
W291 🟢 行末に不要な空白があります。 scripts/generate_coverage.py 5行目23列 〜 5行目24列
E501 🟢 行が長すぎます。79文字以内にしてください。 scripts/generate_coverage.py 38行目89列 〜 38行目107列
## Linter(リンタ)レビュー 以下の指摘事項があります。コードを見直してください。 総数:3個 ### 指摘事項一覧 |コード|重要性|項目|ファイル名|行数| |---|---|---|---|---| |W291|🟢低|行末に不要な空白があります。|examples/example.py|14行目27列 〜 14行目28列| |W291|🟢低|行末に不要な空白があります。|scripts/generate_coverage.py|5行目23列 〜 5行目24列| |E501|🟢低|行が長すぎます。79文字以内にしてください。|scripts/generate_coverage.py|38行目89列 〜 38行目107列|
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: data-science/cloud-run-job-base#8
No description provided.