Skip to content

Commit 3f2d8bc

Browse files
authored
fix: fix lint errors and add sonar config. (#20)
* fix: prettier issues on build... * fix: added sonar config
1 parent 1d20c2f commit 3f2d8bc

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
uses: City-of-Helsinki/.github/.github/workflows/ci-npm-publish.yml@main
3535
with:
3636
node-version: '22'
37-
use-ci-build: true
37+
use-ci-build: true

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,17 @@
22

33
## [0.1.6](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/compare/react-helsinki-notification-manager-v0.1.5...react-helsinki-notification-manager-v0.1.6) (2025-10-23)
44

5-
65
### Bug Fixes
76

8-
* Combined actions because github ([#17](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/17)) ([8ad7c9e](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/8ad7c9ec593e116695f0ce7d46d5b164d8bcf2b6))
9-
* Fixed permission lacking problem ([#18](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/18)) ([7a9529e](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/7a9529e0cf83e140d24b39cf17b8f77888d6c432))
7+
- Combined actions because github ([#17](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/17)) ([8ad7c9e](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/8ad7c9ec593e116695f0ce7d46d5b164d8bcf2b6))
8+
- Fixed permission lacking problem ([#18](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/18)) ([7a9529e](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/7a9529e0cf83e140d24b39cf17b8f77888d6c432))
109

1110
## [0.1.5](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/compare/react-helsinki-notification-manager-v0.1.4...react-helsinki-notification-manager-v0.1.5) (2025-10-22)
1211

13-
1412
### Bug Fixes
1513

16-
* Added repository to package.json as it was required ([#14](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/14)) ([a4dff3d](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/a4dff3d7dad87c60264238f71d78a1b416e3042f))
17-
* Workflow changes for automation ([#16](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/16)) ([b421c76](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/b421c76fb5e711707400e4ea86d185f41043e3d6))
14+
- Added repository to package.json as it was required ([#14](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/14)) ([a4dff3d](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/a4dff3d7dad87c60264238f71d78a1b416e3042f))
15+
- Workflow changes for automation ([#16](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/issues/16)) ([b421c76](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/commit/b421c76fb5e711707400e4ea86d185f41043e3d6))
1816

1917
## [0.1.4](https://github.com/City-of-Helsinki/react-helsinki-notification-manager/compare/react-helsinki-notification-manager-v0.1.3...react-helsinki-notification-manager-v0.1.4) (2025-10-03)
2018

sonar-project.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
sonar.projectKey=City-of-Helsinki_react-helsinki-notification-manager
2+
sonar.organization=city-of-helsinki
3+
sonar.javascript.lcov.reportPaths=coverage/lcov.info
4+
sonar.test.inclusions=**/tests/**/*
5+
sonar.sources=lib
6+
sonar.exclusions=**/tests/**/*,src/**/*,**/index.js

0 commit comments

Comments
 (0)