Browse Source

Ignore node and js files for the format check

Changelog: None
Signed-off-by: Ole Petter <ole.orhagen@northern.tech>
2.4.x
Ole Petter 4 years ago
parent
commit
5e1474b76c
No known key found for this signature in database GPG Key ID: 399DBE0F4D4B02EB
  1. 1
      .gitlab-ci.yml

1
.gitlab-ci.yml

@ -66,6 +66,7 @@ test:format:
- /bin/bash
- SCRIPTS=$(find modules configs scripts -type f
-not -name "*.md"
-not -path "scripts/linkbot/*"
-not -wholename "scripts/test/*")
# shfmt
## Language=Bash

Loading…
Cancel
Save