Forked from
Alchemy Viewer / Alchemy Viewer
9121 commits behind the upstream repository.
-
Signal Linden authoredSignal Linden authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.pre-commit-config.yaml 452 B
repos:
- repo: https://bitbucket.org/lindenlab/git-hooks.git
rev: v1.0.0-beta2
hooks:
- id: opensource-license
- id: jira-issue
- id: llsd
- id: no-trigraphs
- id: copyright
- id: end-of-file
files: \.(cpp|c|h|py|glsl|cmake|txt)$
exclude: language.txt
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.5.0
hooks:
- id: check-xml
- id: mixed-line-ending