What would you like to be added?
We need to add a Formatter and Linter to our project's CI (Continuous Integration) pipeline. A Formatter will help ensure consistent code formatting across the codebase, and a Linter will help identify and enforce coding standards and best practices.
By including these tools in our CI, we can automatically check and fix formatting issues and detect potential code quality issues early in the development process.
Why is this needed?
Adding a Formatter and Linter to our CI pipeline will improve the overall code quality and maintainability of our project. It will help us catch and address formatting and coding standard violations before they are merged into the main codebase. Additionally, consistent code formatting and adherence to coding standards will make the codebase more readable and easier to maintain.
What would you like to be added?
We need to add a Formatter and Linter to our project's CI (Continuous Integration) pipeline. A Formatter will help ensure consistent code formatting across the codebase, and a Linter will help identify and enforce coding standards and best practices.
By including these tools in our CI, we can automatically check and fix formatting issues and detect potential code quality issues early in the development process.
Why is this needed?
Adding a Formatter and Linter to our CI pipeline will improve the overall code quality and maintainability of our project. It will help us catch and address formatting and coding standard violations before they are merged into the main codebase. Additionally, consistent code formatting and adherence to coding standards will make the codebase more readable and easier to maintain.