Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed Mar 2, 2024
1 parent 8e42dd3 commit 66ee27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then, check that _ecoCode_ rules are enabled in the quality profile that will be

You will also need some JavaScript tools installed on your computer:

- Node.js 14.17.x, 16.x, 18.x or newer
- A supported version of Node.js
- Yarn (install it globally with `npm install -g yarn`)

### 2. Send Sonar metrics to local SonarQube
Expand All @@ -28,7 +28,7 @@ Use the following Shell script which will do the job for you:
Or you can manually run these commands:

- Install dependencies: `yarn install`
- Start Sonar Scanner: `yarn sonar -Dsonar.login=MY_SONAR_TOKEN`
- Start Sonar Scanner: `yarn sonar -Dsonar.token=MY_SONAR_TOKEN`

### 3. Check errors

Expand Down

0 comments on commit 66ee27b

Please sign in to comment.