Skip to content

Create Pre-Commit Hook for Running Formatters #70

@brijsiyag

Description

@brijsiyag

Issue Type: Enhancement

Description:

Currently, our project lacks an automated mechanism to enforce code formatting standards consistently. This issue aims to address this by implementing a pre-commit hook that runs formatters automatically before committing changes to the repository.

A pre-commit hook is a script or command that is triggered before a commit is finalized. In our case, the pre-commit hook should execute the necessary commands to format the codebase according to our agreed-upon formatting guidelines. By integrating this hook into our project's workflow, we can ensure that all code contributions adhere to the defined formatting standards, promoting a cleaner and more consistent codebase.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions