summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
blob: 6d296d7a24cd416f33970eca5d76f0cdbdcf18ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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