From 8921fe4814ca47d83a576d18478951c60b49ac2a Mon Sep 17 00:00:00 2001 From: Andrew Glaze Date: Thu, 7 Jul 2022 13:24:22 +0000 Subject: [PATCH] Skip installing swiftlint --- .gitignore | 3 ++- ci_scripts/ci_post_clone.sh | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 21166e6f..3bf4f7c0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -xcuserdata/ \ No newline at end of file +xcuserdata/ +.devcontainer/ \ No newline at end of file diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index cb342983..29a2a368 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -7,4 +7,4 @@ tar -xf node-16.tar.gz -C /Users/local/Homebrew/Cellar/node-16/16/ --strip-compo brew link node-16 -brew install swiftlint \ No newline at end of file +# brew install swiftlint \ No newline at end of file