Skip to content

Commit

Permalink
fix(chore): fixing sonar smells (#120)
Browse files Browse the repository at this point in the history
resolving sonar smells to improve quality gate

GH-110
  • Loading branch information
arpit1503khanna authored Apr 19, 2023
1 parent 00a5953 commit 9e904b5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Path to sources
sonar.sources=src
sonar.exclusions=src/__tests__/**
#sonar.inclusions=
# Path to tests
sonar.tests=src/__tests__
#sonar.test.exclusions=
#sonar.test.inclusions=
# Source encoding
sonar.sourceEncoding=UTF-8
# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class S3WithSigner extends S3 {
InputType,
OutputType,
// eslint-disable-next-line @typescript-eslint/no-explicit-any
any,
any, //NOSONAR
ServiceInputTypes,
MetadataBearer
>,
Expand Down

0 comments on commit 9e904b5

Please sign in to comment.