summaryrefslogtreecommitdiffstats
path: root/.linthub.yml
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 00:20:22 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 00:20:22 +0100
commitf0dbb325ac80d23c8e025885ef56117e9caabd81 (patch)
tree802176d44f059b4f7e8bda642a5390c9c021cbf4 /.linthub.yml
parentb0f0b21bd33f6f9215f44c10da1d12c03704b418 (diff)
aparently a single . is not valid yml
Diffstat (limited to '.linthub.yml')
-rw-r--r--.linthub.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.linthub.yml b/.linthub.yml
index d170b14e..900fabca 100644
--- a/.linthub.yml
+++ b/.linthub.yml
@@ -5,7 +5,7 @@ build:
analyzers:
- cpplint: true
include: ["*.cpp", "*.h", "*.hpp", "*.c"]
- path: .
+ path: ./
filters:
- -whitespace
- +whitespace/braces