rhventures / rhventures/react-native-dropdown-selector
Maintenance: Set up pre-commit and pre-commit CI for style enforcement
Open
@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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.