Commit graph

17 commits

Author SHA1 Message Date
pre-commit-ci[bot]
c63f366dd6
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.3 → v3.1.0](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.3...v3.1.0)
2023-11-13 18:33:20 +00:00
pre-commit-ci[bot]
3390272275
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0)
2023-10-09 18:31:53 +00:00
pre-commit-ci[bot]
b9923aa41b
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.2 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.2...v3.0.3)
2023-09-04 23:27:05 +00:00
pre-commit-ci[bot]
0c81bd18cd
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.1 → v3.0.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.1...v3.0.2)
2023-08-21 23:20:28 +00:00
pre-commit-ci[bot]
9e1c1c2ad4
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.1](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0...v3.0.1)
2023-08-07 23:10:25 +00:00
mauvehed
744b7426f2 chore: set prettier for pre-commit
chore: run pre-commit scans against all files and keep changes
chore: add CNAME, Gemfile and yaml/yml files to pre-commit exclude
2023-07-31 18:27:09 -05:00
mauvehed
7a2823768b
Merge pull request #231 from restincode/chore/exclude-cname-file
chore(pre-commit-config.yaml): exclude 'CNAME' file from pre-commit checks
2023-07-31 09:05:05 -05:00
mauvehed
2fffe00012 chore(pre-commit-config.yaml): exclude 'CNAME' file from pre-commit checks
The 'CNAME' file is now excluded from pre-commit checks to prevent
unnecessary checks and avoid false positives.
2023-07-31 09:02:22 -05:00
mauvehed
c62b5fd7e6 chore: enable end-of-file-fixer and trailing-whitespace pre-commit hooks
chore: update add-new-person-to-site.md template formatting

The add-new-person-to-site.md template has been updated to improve
readability by aligning the fields. The end-of-file-fixer and
trailing-whitespace pre-commit hooks have been enabled to ensure
consistent file endings and remove trailing whitespace.
2023-07-31 08:52:20 -05:00
mauvehed
006d44db4d chore(.pre-commit-config.yaml): enable autofixing pull-request commits by pre-commit.ci
The `autofix_prs` option in the `ci` section of the
`.pre-commit-config.yaml` file is set to `true` to allow pre-commit.ci
to automatically add commits for pull requests. This change enables the
automatic fixing of issues identified by pre-commit hooks in pull
requests.
2023-07-30 22:12:21 -05:00
mauvehed
3d158e4f42 add curlylint to pre-commit hooks
chore(pre-commit): update pre-commit hooks and configurations
fix(memorial.html): add missing closing div tag
2023-07-30 21:17:38 -05:00
mauvehed
6d4dec92df chore(.pre-commit-config.yaml): update prettier hook to version 3.0.0
The prettier hook in the .pre-commit-config.yaml file has been updated
to version 3.0.0. This update may include bug fixes, new features, or
other improvements provided by the new version of the prettier hook.
2023-07-30 18:39:48 -05:00
mauvehed
8c0fea059f fix: add prettier.json checks to pre-commit
update files against new pre-commit check for json
2023-07-30 18:35:21 -05:00
mauvehed
7c49183e68 chore(pre-commit-config.yaml): update pre-commit hooks and configuration
The pre-commit hooks have been updated to the latest versions. The following changes were made:
- The `check-yaml` hook now checks for proper YAML formatting.
- The `check-json` hook now checks for proper JSON formatting.
- A new hook `no-commit-to-branch` has been added to prevent local commits to the `main` branch.
- The `autofix_prs` configuration under `ci` has been set to `false`.

These changes improve the code quality and enforce stricter formatting
standards. The addition of the `no-commit-to-branch` hook helps prevent
accidental commits to the `main` branch.
2023-07-30 18:17:37 -05:00
mauvehed
612c4b4fda chore: add .pre-commit-config.yaml file
docs(README.md): add badge for pre-commit & fix style of other badges
docs(README.md): fix incorrect CONTRIBUTING linkinkg branch name

The .pre-commit-config.yaml file is added to the project, which includes
hooks for checking YAML and JSON files. This will help ensure the quality
and consistency of these file formats. Additionally, the README.md file is
updated to fix the link to the CONTRIBUTING guide, directing users to the
CONTRIBUTING.md file in the main branch. This ensures that contributors
have access to the most up-to-date instructions for helping the project
grow.
2023-07-30 17:24:47 -05:00
mauvehed
55b3c939f5 chore(.pre-commit-config.yaml): remove unused pre-commit hook configuration
The .pre-commit-config.yaml file was deleted as it contained an unused pre-commit hook configuration. This removal helps to keep the repository clean and avoids confusion or unnecessary overhead when running pre-commit checks.
2023-07-29 15:59:15 -05:00
mauvehed
7ed6d2357d chore(pre-commit): add pre-commit configuration file
A new pre-commit configuration file, `.pre-commit-config.yaml`, has been added. This file specifies the repository and version of the pre-commit hooks to be used. It also includes a hook called `no-commit-to-branch` with the argument `--branch main`, which prevents commits to the `main` branch.
2023-07-29 14:00:20 -05:00