From 8a13b28fc024fb85e8cd064dc11d7b658e7e0d0d Mon Sep 17 00:00:00 2001 From: Bhupesh-V Date: Sun, 19 Sep 2021 10:42:34 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20ignore=20shellcheck=20warning=20?= =?UTF-8?q?for=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- README.md | 19 ------------------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6015856..b01fcd0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: - name: Disable hicolor icon theme triggers run: sudo sed '/hicolor-icon-theme/d' -i /var/lib/dpkg/triggers/File - name: ShellCheck Test - run: shellcheck ugit + run: shellcheck --exclude=SC2015 ugit - name: Syntax Testing # -n : read commands but do not execute them. # This may be used to check a shell script for syntax errors (ignored by interactive shells). diff --git a/README.md b/README.md index a95ea28..2556795 100644 --- a/README.md +++ b/README.md @@ -110,25 +110,6 @@ Have any other ideas/suggestions? [**Hop in to ugit discussions 💬️**](https ```bash ugit --version ``` - Optionally run `ugit --help` to see help and management commands - - ```bash - Undo your last oopsie in Git 🙈 - Usage: ugit [-h] [-v] [-u] - - ugit helps you undo your last git command without much effort - Just run 'ugit' and search for what you want to undo - - Available options: - - -h, --help Print this help and exit - -v, --version Print current ugit version - -u, --update Update ugit - - Contact 📬: varshneybhupesh@gmail.com for assistance - Read the guide: https://bhupesh.gitbook.io/notes/git/how-to-undo-anything-in-git - - ``` ### ZSH Frameworks