From ef4d0bd3aac48d607d8c40011e7b795288c0dd6c Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Thu, 7 Nov 2024 12:20:17 -0500 Subject: [PATCH] Update run-linter-locally.md Resolves #5472 --- docs/run-linter-locally.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/run-linter-locally.md b/docs/run-linter-locally.md index da539e3e..4ad4f49c 100644 --- a/docs/run-linter-locally.md +++ b/docs/run-linter-locally.md @@ -30,6 +30,8 @@ Notes: - If you want to override the `/tmp/lint` folder, you can set the `DEFAULT_WORKSPACE` environment variable to point to the folder you'd prefer to scan. +- By default the branch name `master` or `origin/master` is expected, if this is not + the default branch name for your repository set the `DEFAULT_BRANCH` environment variable. - You can add as many configuration options as needed. Configuration options are documented in the [readme](../README.md#configure-super-linter).