-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Description
To improve project readability and catch common bugs early, we need to add automated linting and formatting checks to our CI pipeline. This follows the recommendation to enforce a consistent style across the codebase.
Steps to Reproduce
- Select and configure linting tools (e.g., flake8 for Python backend, ESLint for React frontend).
- Add a lint step to the Core CI workflow created in Issue 1.
- Configure the workflow to fail if linting errors are detected.
- (Optional) Add a step for automated formatting checks (e.g., Black or Prettier)
Expected Behavior
The CI pipeline should provide automated feedback to contributors regarding code style and formatting.
Environment
- Relevant Tools: ESLint, flake8, Black, Prettier
Reactions are currently unavailable