Skip to content

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

@Akshit517

Description

@Akshit517

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    mediumThis is a medium issue worth 30 points

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions