[go: up one dir, main page]

File: .pre-commit-config.yaml

package info (click to toggle)
kamailio 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 70,332 kB
  • sloc: ansic: 859,131; xml: 203,387; sh: 9,555; makefile: 9,297; sql: 8,571; yacc: 4,121; python: 3,086; perl: 2,955; java: 449; cpp: 289; javascript: 270; php: 258; ruby: 248; awk: 27
file content (25 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
      - id: check-yaml
      - id: check-xml
      - id: end-of-file-fixer
      - id: trailing-whitespace
      - id: check-merge-conflict
      - id: mixed-line-ending
  - repo: https://github.com/pre-commit/mirrors-clang-format
    rev: v15.0.7
    hooks:
      - id: clang-format
  - repo: https://github.com/cheshirekow/cmake-format-precommit
    rev: v0.6.13
    hooks:
      - id: cmake-format
        verbose: true
        args:
          - -c cmake/cmake-format.py
      - id: cmake-lint
        verbose: true
        args:
          - -c cmake/cmake-format.py