File: .pre-commit-config.yaml

package info (click to toggle)
node-nan 2.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,192 kB
  • sloc: cpp: 8,115; ansic: 1,604; javascript: 1,588; makefile: 134; sh: 34
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
repos:
  - repo: https://github.com/cpplint/cpplint
    rev: 2.0.0
    hooks:
      - id: cpplint
        args:
          - --filter=-whitespace/indent_namespace,-whitespace/parens
          - --linelength=88