Skip to content

ci: migrate issue #523 to internal linting tool#1680

Merged
josecelano merged 8 commits intotorrust:developfrom
josecelano:523-internal-linting-tool
Apr 8, 2026
Merged

ci: migrate issue #523 to internal linting tool#1680
josecelano merged 8 commits intotorrust:developfrom
josecelano:523-internal-linting-tool

Conversation

@josecelano
Copy link
Copy Markdown
Member

@josecelano josecelano commented Apr 8, 2026

Summary

  • implement issue Install MegaLinter #523 using internal Torrust linting tool instead of MegaLinter
  • add/adapt linter config files for markdown, yaml, and toml
  • fix lint violations by category (clippy, cspell, markdown, yaml, toml) with separate commits
  • update .github/workflows/testing.yaml static-analysis job to run linter all

Why

Use the organization internal linting workflow for consistent lint behavior across Torrust repositories.

Validation

  • local linter all passes

Related

@josecelano josecelano requested a review from a team as a code owner April 8, 2026 16:00
@josecelano josecelano self-assigned this Apr 8, 2026
@josecelano
Copy link
Copy Markdown
Member Author

ACK 1d3ba50

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.44%. Comparing base (1ef5b41) to head (1d3ba50).
⚠️ Report is 9 commits behind head on develop.

Files with missing lines Patch % Lines
...ackages/axum-rest-tracker-api-server/src/server.rs 0.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #1680   +/-   ##
========================================
  Coverage    86.44%   86.44%           
========================================
  Files          288      288           
  Lines        22672    22672           
  Branches     22672    22672           
========================================
  Hits         19599    19599           
  Misses        2840     2840           
  Partials       233      233           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@josecelano
Copy link
Copy Markdown
Member Author

ACK 1d3ba50

@josecelano josecelano merged commit 4088c82 into torrust:develop Apr 8, 2026
20 of 21 checks passed
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.

Install MegaLinter

1 participant