summaryrefslogtreecommitdiffstats
path: root/.linthub.yml
blob: 0701b1f7900c18aa868da1662400576f09f30449 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
platform: linux | osx
build:
 - qmake
 - make
analyzers:
 - cpplint: true
   include: ["*.cpp", "*.h", "*.hpp", "*.c"]
   path: ./
   filters:
    - -whitespace
    - +whitespace/braces
   style: google
 - markdownlint: true