Skip to content

Commit

Permalink
skip ktlint in samples
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Jun 14, 2024
1 parent 9b1c15e commit 408c1ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-integration/scripts/12-generate-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ "$JHI_ENTITY" == "jdl" ]]; then
done
cd "$KHI_FOLDER_APP"
ls -la "$KHI_FOLDER_APP"/
eval "$KHI_CLI import-jdl *.jdl --no-insight $@"
eval "$KHI_CLI import-jdl *.jdl --no-insight --skip-ktlint-format $@"

elif [[ "$JHI_APP" == "jdl" ]]; then
#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -53,7 +53,7 @@ elif [[ "$JHI_APP" == "jdl" ]]; then

ls -la "$KHI_FOLDER_APP"/
cd "$KHI_FOLDER_APP"
eval "$KHI_CLI jdl *.jdl --no-insight $@"
eval "$KHI_CLI jdl *.jdl --no-insight --skip-ktlint-format $@"

else

Expand All @@ -67,7 +67,7 @@ else
echo "skipping config file"
fi
cd "$KHI_FOLDER_APP"
eval "$KHI_CLI --force --no-insight --skip-checks --with-entities $@"
eval "$KHI_CLI --force --no-insight --skip-checks --with-entities --skip-ktlint-format $@"

fi

Expand Down

0 comments on commit 408c1ef

Please sign in to comment.