Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 4345a27

Browse files
Fix editorconfig linting issues
1 parent db26d55 commit 4345a27

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

ci/bootstrap.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ VAGRANT_CMD+=" $(command -v vagrant)"
4343
VAGRANT_CMD_UP="$VAGRANT_CMD up --no-destroy-on-error"
4444

4545
info "Define target node"
46+
# editorconfig-checker-disable
4647
cat <<EOL >../override_config.yml
4748
name: devstack
4849
os:
@@ -64,6 +65,7 @@ pmem:
6465
path: /dev/shm
6566
size: 2G
6667
EOL
68+
# editorconfig-checker-enable
6769
destroy_vm
6870

6971
info "Provision target node"

ci/update_distros.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,13 @@ function _vagrant_pull {
5858
msg+="$name($version, $PROVIDER) box doesn't exist\n"
5959
return
6060
fi
61+
# editorconfig-checker-disable
6162
cat <<EOT >>.distros_supported.yml
6263
$alias:
6364
name: $name
6465
version: "$version"
6566
EOT
67+
# editorconfig-checker-enable
6668
}
6769

6870
if ! command -v vagrant >/dev/null; then

spec/setup_spec.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)