Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(FCL-176): Make pre-commit-hooks consistent across repos
Pre-commit gives us a set of high-level hooks which rapidly sense-check aspects of the repository. This commit adds new ones for preventing the addition of large files, checking for filename casing conflicts, preventing committing of files with open merge conflicts, checking XML validity, preventing the addition of submodules, warning when files have mixed line endings, and accidentally committing to `main`. It also reorders this list for clarity.
- Loading branch information