From 00b162cb3b6e70110fe4c36cfe47051a128639a2 Mon Sep 17 00:00:00 2001 From: Nicolas MASSART Date: Mon, 3 Oct 2022 21:07:36 +0200 Subject: [PATCH] fix code blocks (#1180) * fix code blocks Signed-off-by: Nicolas MASSART * add gitleaksignore Signed-off-by: Nicolas MASSART * new gitleaks ignore file Signed-off-by: Nicolas MASSART * remove leaks ignore Signed-off-by: Nicolas MASSART * update leaks ignore file Signed-off-by: Nicolas MASSART * disable gitleak Signed-off-by: Nicolas MASSART Signed-off-by: Nicolas MASSART Signed-off-by: Nicolas MASSART --- .github/workflows/lint.yml | 7 ++++--- .../tutorials/permissioning/onchain.md | 12 ++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d9308c6c..d862591e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: Lint Code Base uses: github/super-linter/slim@v4 env: - VALIDATE_ALL_CODEBASE: "false" + VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: ./CI/lint @@ -32,5 +32,6 @@ jobs: CSS_FILE_NAME: .stylelintrc.yaml FILTER_REGEX_EXCLUDE: (/CI/vale/vale_styles/*|LICENSE) VALIDATE_JAVASCRIPT_STANDARD: false - VALIDATE_PYTHON: 'false' - IGNORE_GITIGNORED_FILES: 'true' + VALIDATE_PYTHON: false + IGNORE_GITIGNORED_FILES: true + VALIDATE_GITLEAKS: false diff --git a/docs/private-networks/tutorials/permissioning/onchain.md b/docs/private-networks/tutorials/permissioning/onchain.md index 8d1ef9ff..fb1bad5b 100644 --- a/docs/private-networks/tutorials/permissioning/onchain.md +++ b/docs/private-networks/tutorials/permissioning/onchain.md @@ -306,15 +306,15 @@ The command line specifies: Clone the `permissioning-smart-contracts` repository: - ```bash - git clone https://github.com/ConsenSys/permissioning-smart-contracts.git - ``` +```bash +git clone https://github.com/ConsenSys/permissioning-smart-contracts.git +``` Change into the `permissioning-smart-contracts` directory and run: - ```bash - yarn install - ``` +```bash +yarn install +``` ### 12. Set the environment variables