File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ To install `codacy-cli` using Homebrew:
4545brew install codacy/codacy-cli-v2/codacy-cli-v2
4646` ` `
4747
48- # # Linux
48+ # ## Linux
4949
5050For Linux, we rely on the codacy-cli.sh script in the root. To download the CLI, run :
5151
@@ -66,7 +66,7 @@ Before running the analysis, install the specified tools:
6666codacy-cli install
6767` ` `
6868
69- # ## Run Analysis
69+ # # Run Analysis
7070
7171To run ESLint and output the results to the terminal :
7272
@@ -102,6 +102,16 @@ Some behaviors have changed with the new updates of the CLI. To rely on a specif
102102export CODACY_CLI_V2_VERSION="1.0.0-main.133.3607792"
103103` ` `
104104
105- # ## Example Repository
105+ # # Example Repository
106106
107107As an example, you can check https://github.com/troubleshoot-codacy/eslint-test-examples for a repository that has an action relying on this CLI.
108+
109+ # # Troubleshooting
110+
111+ # ### Errors related to `docker-credential-osxkeychain` not found when running analysis
112+
113+ Install the docker credential helper. For example, in MacOS :
114+
115+ ` ` ` bash
116+ brew install docker-credential-helper
117+ ` ` `
You can’t perform that action at this time.
0 commit comments