Skip to content

Commit

Permalink
sonarcloud integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Resul Avan authored and Resul Avan committed Oct 28, 2020
1 parent 411e960 commit dfe417a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: 2
jobs:

deploy_master:
docker:
- image: circleci/node:10.16.3
machine:
image: ubuntu-1604:202004-01
steps:
- checkout
- run:
Expand Down
12 changes: 12 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
sonar.projectKey=rslvn_nuxt-typescript-ssr-firebase-auth
sonar.organization=rslvn

# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=nuxt-typescript-ssr-firebase-auth
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8

0 comments on commit dfe417a

Please sign in to comment.