aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-10-04 18:07:12 +0200
committerGitHub <noreply@github.com>2018-10-04 18:07:12 +0200
commita1ce712e22d88667ab11ca88a2cec092bcdba6d3 (patch)
tree7e52343db53a0e9cbcd8c3afb4ab02b9d225a353 /.circleci
parent3659260b66e304ca5692354493c6828764c56897 (diff)
downloadprometheus_node_collector-a1ce712e22d88667ab11ca88a2cec092bcdba6d3.tar.bz2
prometheus_node_collector-a1ce712e22d88667ab11ca88a2cec092bcdba6d3.tar.xz
prometheus_node_collector-a1ce712e22d88667ab11ca88a2cec092bcdba6d3.zip
Cleanup unused /proc/mounts fixture. (#1097)
* Cleanup unused /proc/mounts fixture. * Ignore Uint -> Unit in codespell. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index b56e7f5..e5688ea 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,7 +20,7 @@ jobs:
20 steps: 20 steps:
21 - checkout 21 - checkout
22 - run: sudo pip install codespell 22 - run: sudo pip install codespell
23 - run: codespell --skip=".git,./vendor,ttar" 23 - run: codespell --skip=".git,./vendor,ttar" -L uint
24 24
25 build: 25 build:
26 machine: true 26 machine: true