summaryrefslogtreecommitdiffstats
path: root/.linthub.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-23 23:28:59 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-23 23:28:59 +0100
commit8d615a02074b2cc0ec3c4a8ccfe89cca81b73b10 (patch)
treefd8317c38fb9c8adfb37d73a47709e8cfbc131f8 /.linthub.yml
parentacb203e13a5135de006127ed6f27018d94a0309d (diff)
linthub test
Diffstat (limited to '.linthub.yml')
-rw-r--r--.linthub.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.linthub.yml b/.linthub.yml
new file mode 100644
index 00000000..0866734a
--- /dev/null
+++ b/.linthub.yml
@@ -0,0 +1,12 @@
+platform: linux | osx
+build:
+- qmake
+- make
+analyzers:
+ - cpplint: true
+ include: ["*.cpp", "*.h", "*.hpp", "*.c"]
+ path: .
+ filters:
+ - -whitespace
+ - +whitespace/braces
+ style: google