From 09f79d3b2f7affcc004b4579d89d7ecab9e3b629 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 19 Sep 2023 14:38:52 -0600 Subject: [PATCH 1/2] Update FAQ for p10k prompt complaints Per https://github.com/unixorn/zsh-quickstart-kit/issues/275, update to specify `.zshrc.pre-plugins.d` instead of `.zshrc.d`. Signed-off-by: Joe Block --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e235d85..c108b43 100644 --- a/Readme.md +++ b/Readme.md @@ -395,7 +395,7 @@ When using Powerlevel10k with instant prompt, console output during zsh initialization may indicate issues. ``` -You can stifle this output by adding `typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet` in a fragment file in `~/.zshrc.d`. +You can stifle this output by adding `typeset -g POWERLEVEL9K_INSTANT_PROMPT=quiet` in a fragment file in `~/.zshrc.pre-plugins.d`. ### I added a new completion plugin, and it isn't working From 2dc9723a3800939b00b7af7e4a2a4e5466506e7e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 20 Sep 2023 11:08:26 -0600 Subject: [PATCH 2/2] Update `DISABLE_LINTERS` in mega-linter.yml - Add `REPOSITORY_SECRETLINT` to disabled list Signed-off-by: Joe Block --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 33f871f..db11f7b 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -54,7 +54,7 @@ jobs: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - DISABLE_LINTERS: SPELL_CSPELL,MARKDOWN_MARKDOWN_LINK_CHECK + DISABLE_LINTERS: MARKDOWN_MARKDOWN_LINK_CHECK,REPOSITORY_SECRETLINT,SPELL_CSPELL REPOSITORY_CHECKOV_DISABLE_ERRORS: true # Upload Mega-Linter artifacts.