summaryrefslogtreecommitdiffstats
path: root/.linthub.yml
blob: 900fabca4107ccf0d44536f5d935859578f4ca08 (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