You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run flutter analyze during the build process.
Fail the build if any linting issues are detected.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: