diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-17 11:44:21 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-17 11:44:21 +0900 |
| commit | 02aed7af10c903ac31229b99de26062fef61f09c (patch) | |
| tree | f8cdc49db9d57eb005e6013956824de5b1e3c80c | |
| parent | dee895ae79570bf87ea6ae9c6f8c34bbf3b05e31 (diff) | |
| parent | f1aaa5ee2bcdcd59fed36f443bf40fd26a638c44 (diff) | |
| download | mruby-02aed7af10c903ac31229b99de26062fef61f09c.tar.gz mruby-02aed7af10c903ac31229b99de26062fef61f09c.zip | |
Merge pull request #5480 from jbampton/add-more-pre-commit-hooks
Add two more pre-commit hooks
| -rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a274930e7..c4821ba62 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,9 @@ repos: - id: check-executables-have-shebangs exclude: ^test/t/lang\.rb$ - id: check-merge-conflict + - id: check-vcs-permalinks - id: check-yaml + - id: detect-private-key - id: end-of-file-fixer - id: fix-byte-order-marker - id: mixed-line-ending |
