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
No known key found for this signature in database
GPG Key ID: 399DBE0F4D4B02EB
1 changed files with
1 additions and
0 deletions
-
.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 |
|
|
|