Skip to content

Commit

Permalink
Create sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
gftf2011 authored Jul 19, 2024
1 parent 5de3bca commit e05471a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
sonar.projectKey=gftf2011_clean-react-todolist
sonar.organization=gftf2011
sonar.projectName=clean-react-todolist

# This is the name and version displayed in the SonarCloud UI.
sonar.projectDescription="React.Js WEB APP built with Clean Architecture and Design Patterns that consumes a REST API server response"

# Exclude files in coverage report
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.clover.reportPath=coverage/clover.xml
sonar.exclusions=tests/**, dist/**, server/**, *.cjs, 'src/custom.d.ts', src/vite-env.d.ts, src/main/**, src/domain/models/**/*.ts, src/domain/use-cases/**/*.ts, src/presentation/assets/**, src/presentation/styles/**, src/presentation/contracts/validation/**/*.ts, src/presentation/validation/contracts/**/*.ts, vite.config.ts, vitest.config.ts
sonar.coverage.exclusions=tests/**, dist/**, server/**, *.cjs, 'src/custom.d.ts', src/vite-env.d.ts, src/main/**, src/domain/models/**/*.ts, src/domain/use-cases/**/*.ts, src/presentation/assets/**, src/presentation/styles/**, src/presentation/contracts/validation/**/*.ts, src/presentation/validation/contracts/**/*.ts, vite.config.ts, vitest.config.ts
#sonar.projectVersion=1.0

# Exclude files in duplication report

# 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 e05471a

Please sign in to comment.