summaryrefslogtreecommitdiffstats
path: root/comm/tools/lint/file-whitespace.yml
blob: cd09b9c73626fccfb37de757e38e21bc210a3d62 (plain)
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
26
27
---
file-whitespace:
    description: File content sanity check
    include:
        - comm/.
    extensions:
        - .c
        - .cc
        - .cpp
        - .css
        - .dtd
        - .idl
        - .ftl
        - .h
        - .html
        - .md
        - .properties
        - .py
        - .rs
        - .rst
        - .webidl
        - .xhtml
    support-files:
        - 'tools/lint/file-whitespace/**'
    type: external
    payload: commlint:lint_wrapper
    wraps: file-whitespace:lint