rhventures / rhventures/react-native-dropdown-selector

Maintenance: Set up pre-commit and pre-commit CI for style enforcement

Open
#49 0 comments 1 reaction 1 assignee View on GitHub

@fulformc is already working on this.

Since Mar 12, 2025.

Dominant language
TypeScript
Stars
4
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Currently, there is no mechanism to automatically enforce code quality and consistency checks before committing changes to the repository. This lack of pre-commit hooks increases the risk of:

  • Adding large files inadvertently, which can bloat the repository.
  • Case-sensitive file conflicts that cause issues in case-insensitive file systems.
  • Merge conflicts being committed unintentionally.
  • Formatting errors/inconsistencies in YAML and JSON files.
  • Committing files with trailing whitespace or missing end-of-file newline, leading to inconsistent formatting across the project.
Tasks
  • pre-commit (#53)
  • pre-commit CI

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.