Skip to content

Commit

Permalink
update CI config to exclude constants from Sonar check
Browse files Browse the repository at this point in the history
  • Loading branch information
SKarolFolio committed Nov 12, 2024
1 parent 96a5f4a commit e1b4dd7
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,24 @@ jobs:
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
install-before-publish: true
install-before-publish: true
# extened default list of exclusions
sonar-exclusions: >
artifacts/**,
docs/**,
dist/**,
examples/**,
resources/bigtest/interactors/**,
resources/bigtest/network/**,
LICENSE,
ci/**,
node_modules/**,
src/test/**,
src/common/constants/**,
jest.config.*,
tsconfig.*,
jest.config.*,
vite.config.*,
**/*.md,
**/*.scss,
**/*.json

0 comments on commit e1b4dd7

Please sign in to comment.