aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorPaul Gier <pgier@redhat.com>2019-05-20 13:05:39 -0500
committerBen Kochie <superq@gmail.com>2019-05-20 13:05:39 -0500
commitbd3fc09b30e9401746f76d0d3980a3e894c5d012 (patch)
tree2989cebf1aeea64841267fbb10b0b865ca1e7b21 /.circleci
parent2a9939fcf3675b8cd93cd460ca87813ae121d757 (diff)
downloadprometheus_node_collector-bd3fc09b30e9401746f76d0d3980a3e894c5d012.tar.bz2
prometheus_node_collector-bd3fc09b30e9401746f76d0d3980a3e894c5d012.tar.xz
prometheus_node_collector-bd3fc09b30e9401746f76d0d3980a3e894c5d012.zip
fix or ignore codespell issues (#1351)
Signed-off-by: Paul Gier <pgier@redhat.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 9bd19f3..e0d7871 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28 steps: 28 steps:
29 - checkout 29 - checkout
30 - run: sudo pip install codespell 30 - run: sudo pip install codespell
31 - run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint 31 - run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint,packages\',uptodate
32 32
33 build: 33 build:
34 machine: 34 machine: