Skip to content

Commit

Permalink
Merge pull request LondheShubham153#71 from LondheShubham153/LondheSh…
Browse files Browse the repository at this point in the history
…ubham153-patch-3

Create sonar-project.properties
  • Loading branch information
LondheShubham153 authored Aug 18, 2023
2 parents 616f07b + 9ffc988 commit 06855cb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# required metadata
sonar.projectKey=node-todo-app
sonar.projectName=Node application
sonar.projectVersion=1.0.0

# optional description
sonar.projectDescription=This project demonstrates a simple node js.

# path to source directories
sonar.sources=./

# The value of the property must be the key of the language.
sonar.language=js

# Encoding of the source code
sonar.sourceEncoding=UTF-8

0 comments on commit 06855cb

Please sign in to comment.