Skip to content

Commit

Permalink
fix: renaming sonar property file
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Jan 11, 2024
1 parent ab38846 commit 2bc5221
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 20 deletions.
19 changes: 0 additions & 19 deletions sonar-local-project.properties

This file was deleted.

8 changes: 8 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# sonar.verbose=true
# sonar.host.url=http://localhost:9000
# sonar.token=<local-created-token>
# remote
# sonar.host.url=https://sonarcloud.io
sonar.organization=onecx
sonar.projectKey=onecx-theme-ui
sonar.projectName=onecx-theme-ui
sonar.javascript.coveragePlugin=lcov
sonar.javascript.lcov.reportPaths=reports/coverage/lcov.info
sonar.testExecutionReportPaths=reports/sonarqube_report.xml
Expand Down
2 changes: 1 addition & 1 deletion src/app/theme/theme-import/theme-import.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class ThemeImportComponent implements OnInit {
}
this.checkThemeExistence()
} else {
console.error('Theme Import Error: not valid data')
console.error('Theme Import Error: not valid data ')
this.themeImportError = true
}
} catch (err) {
Expand Down

0 comments on commit 2bc5221

Please sign in to comment.