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