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

[Feat] Integrate Flutter Lints into the CI/CD Pipeline #34

Open
Akshit517 opened this issue Dec 9, 2024 · 0 comments
Open

[Feat] Integrate Flutter Lints into the CI/CD Pipeline #34

Akshit517 opened this issue Dec 9, 2024 · 0 comments
Labels
medium This is a medium issue worth 30 points

Comments

@Akshit517
Copy link
Collaborator

Akshit517 commented Dec 9, 2024

Is your feature request related to a problem? Please describe.
Currently, code style and linting rules are not automatically enforced during the CI/CD process. This can lead to inconsistencies in code quality, missed best practices, and potential bugs in the application.

Describe the solution you'd like
Integrate Flutter lints into the CI/CD pipeline to ensure that all commits and pull requests adhere to the project's linting rules. The pipeline should:

  1. Run flutter analyze during the build process.
  2. Fail the build if any linting issues are detected.
@Akshit517 Akshit517 added the medium This is a medium issue worth 30 points label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium This is a medium issue worth 30 points
Projects
None yet
Development

No branches or pull requests

1 participant